Object-oriented programming: Object-Oriented Programming or OOPs refers to languages that uses objects in programming. Object-oriented programming aims to implement real-world entities like inheritance, hiding, polymorphism etc in programming. The main aim of OOP is to bind together the data and the functions that operate on them so that no other part of the code can access this data except that function.
OOPs Concepts
1.Polymorphism
2.Inheritance
3.Encapsulation
4.Abstraction
5.Class
6.Object
7.Method
8.Message Passing
2.Inheritance
3.Encapsulation
4.Abstraction
5.Class
6.Object
7.Method
8.Message Passing
polymorphism
Comments
Post a Comment