Technology News, Online Income, Gadgets, Reviews

Technology News, Gadgets and Reviews

Translate

Breaking

Total Pageviews

Saturday, January 7, 2023

Java Feature (Object Oriented Programming Language)

Object Oriented Programming Language

Objected Oriented Programming  : Java is a object oriented programming language like C & C++ . Most of time in java we have to handle everything in the terms of object. Object oriented mean we organize our software as a combination of different types of objects that incorporate both data and behavior.

Object-oriented programming (OOPs) is a methodology that simplifies software development and maintenance by providing some rules.

Basics Concepts Of OOP are :
 
Class                             `1`

Object

Inheritance

Abstractions

Encapsulation

Polymorphism 

No comments:

Post a Comment