What is oops

OOPs stands for object oriented programming system.the programming language relates to the use of c++ and Java.OOP is object oriented programming language which is extension of procedure oriented programming language.OOP is reduce the code of the program because extensive feature of polymorphism.It have many properties:-1)Inheritance2)Data Abstraction3)Data Encapsulation4)Polymorphism5)Data Hiding
Inheritane is Parent class(super class) variable and methods use in child class(sub Class).

No comments:

Post a Comment

Plz Share your comments...