Definition of Object Oriented Programming in single line?
Answer Posted / shailesh shrivastava
OOPS is a collection of concepts or a technique that helps
to develop well define application .
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is constructor overloading in oop?
What are the benefits of oop?
What is the use of oops?
What is meant by multiple inheritance?
What is inheritance and how many types of inheritance?
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.
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 use of overloading?
Why do we use inheritance?
what's the basic's in dot net
• What are the desirable attributes for memory managment?
Why is there no multiple inheritance?
What is abstraction oop?
what is difference between class template and template class?
How do you use inheritance in unity?