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
Plese get me a perfect C++ program for railway/airway reservation with all details.
What is overriding in oops?
How Do you Code Composition and Aggregation in C++ ?
What is the highest level of cohesion?
What is the fundamental idea of oop?
What is class in oop with example?
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
How do you define social class?
What is destructor oops?
What is object in oops?
Why do while loop is used?
How do you explain polymorphism?
Why is static class not inherited?
What is multilevel inheritance explain with example?
What is encapsulation in simple terms?