list the features of oops
( object oriented programming)
Answers
Answered by
2
Answer:
There are three major features in object-oriented programming that makes them different than non-OOP languages: encapsulation, inheritance and polymorphism.
Encapsulation Enforces Modularity. ...
Inheritance Passes "Knowledge" Down. ...
Polymorphism Takes any Shape. ...
OOP Languages.
Answered by
5
Answer:
-: Object Oriented Programming :-
- Object-oriented programming (OOP) is a programming paradigm based on the concept of "objects"
- A feature of objects is that an object's own procedures can access and often modify the data fields of itself (objects have a notion of "this" or "self").
- In OOP, computer programs are designed by making them out of objects that interact with one another.
- OOP languages are diverse, but the most popular ones are class-based, meaning that objects are instances of classes, which also determine their types.
- Typically in combination with imperative, procedural programming.
There are three major features in object-oriented programming that makes them different than non-OOP languages :-
- Encapsulation Enforces Modularity.
- Encapsulation Enforces Modularity. Inheritance Passes "Knowledge" Down.
- Encapsulation Enforces Modularity. Inheritance Passes "Knowledge" Down. Polymorphism Takes any Shape.
- Encapsulation Enforces Modularity. Inheritance Passes "Knowledge" Down. Polymorphism Takes any Shape. OOP Languages
Similar questions
Math,
4 months ago
English,
4 months ago
Computer Science,
8 months ago
Political Science,
11 months ago
Business Studies,
11 months ago
Physics,
11 months ago