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


Please Help Members By Posting Answers For Below Questions

What is object in oop?

654


what type of questions

1676


How do you achieve polymorphism?

592


What is polymorphism give a real life example?

542


What are the features of oop?

605






What are the important components of cohesion?

533


What is encapsulation with real life example?

549


Please send ford technologies placement paper 2 my mail id

1630


What is the real time example of inheritance?

614


write a program to find 2 power of a 5digit number with out using big int and exponent ?

1872


Write a program to reverse a string using recursive function?

1770


Is oop better than procedural?

543


What is byval and byref? What are differences between them?

1664


What language is oop?

568


Write a c++ program to display pass and fail for three student using static member function

2778