What are the 5 oop principles?
No Answer is Posted For this Question
Be the First to Post Answer
define oops with class and object
Why polymorphism is used in oops?
What is the difference between encapsulation and polymorphism?
diff between Virtual mathod and abstract method?
Is html an oop?
Why do we need polymorphism in c#?
Is data hiding and abstraction same?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What is class encapsulation?
When not to use object oriented programming?
design class for linked list and include constructor,destructor,insert option. node of form struct node { int data; struct node &ptr; }
Who invented oop?