define oops with class and object
Answer Posted / ananth kumar
object is a real world entity while classes are collection
of classes.
The oops means object oriented programming.It is a
Programming techniques which include features such as data
abstraction, encapsulation, modularity, polymorphism, and
inheritance
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is use of overloading?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
what is graphics
write a C++ program for booking using constructor and destructor.
What are the 5 oop principles?
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 polymorphism and example?
What are main features of oop?
How do you achieve runtime polymorphism?
What is the problem with multiple inheritance?
What is oops?what is its use in software engineering?
What is the difference between a mixin and inheritance?
why reinterpret cast is considered dangerous?
How is class defined?
What is static in oop?