Definition of Object Oriented Programming in single line?

Answer Posted / ajay

Object oriented programming is way to design real world
application with the help of objects.

Is This Answer Correct ?    9 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)

3547


Explain the advantages of inheritance.

662


What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }

1971


what is the sylabus for priliminaries?

1671


Get me an image implementation program.

1550






What is difference between polymorphism and inheritance?

609


What is overloading in oops?

587


What is overloading and its types?

604


What is the real life example of polymorphism?

597


What is encapsulation in oop?

599


class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash

1685


Can a varargs method be overloaded?

611


What is property in oops?

555


What is destructor in oop?

615


What is this pointer in oop?

543