Definition of Object Oriented Programming in single line?
Answer Posted / sekar
Object-oriented programming as an approach that provides a
way of modularizing programs by creating partitioned memory
area for both data and functions that can be used as
templates for creating copies of such modules on demand.
| Is This Answer Correct ? | 24 Yes | 12 No |
Post New Answer View All Answers
What is solid in oops?
What is the difference between abstraction and polymorphism?
Why interface is used?
What are main features of oop?
Give two or more real cenario of virtual function and vertual object
How do you use inheritance in unity?
What is the oops and benefits of oops programming?
What is the importance of oop?
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
What is destructor in oop?
Why do we need oop?
Can we have inheritance without polymorphism?
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
what is the sylabus for priliminaries?
What is object and class in oops?