Definition of Object Oriented Programming in single line?
Answer Posted / rampal singh
In Object Oriented Programming, a class defines a type of
variable.
An object doesn't exist until an instance of the class has
been created; the class is just a definition. When the
object is physically created, space for that object is
allocated in RAM. It is possible to have multiple objects
created from one class.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Why is destructor used?
Explain virtual inheritance?
What is the important feature of inheritance?
Explain the concepts involved in Object Oriented programming.
Why is object oriented programming so hard?
What is coupling in oops?
Why we use classes in oop?
• What are the desirable attributes for memory managment?
What is polymorphism explain its types?
What are two types of polymorphism?
What is difference between pop and oop?
What is overriding in oops?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What does and I oop mean?
hi all..i want to know oops concepts clearly can any1 explain??