Answer Posted / revathi
oops is a object oriented programming language.
the main aim is to creating an object to the entire program
and that to we can control the entire program using the object
the main feature of oops is polymorphism,multiple
inheritance,abstraction and encapsulation
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can we create object of interface?
Write a c++ program to display pass and fail for three student using static member function
What is overloading and its types?
What is difference between inheritance and polymorphism?
What is abstraction in oops?
Can a varargs method be overloaded?
Write a program to reverse a string using recursive function?
What are constructors in oop?
What are the 3 principles of oop?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
What is multilevel inheritance in oop?
c++ program to swap the objects of two different classes
What is abstraction oop?
What are the features of oop?
• What are the desirable attributes for memory managment?