Answer Posted / arshad iqbal
OOP stands for Object oriented programming, In this objects
are created and can be reused in different other softwares.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What are register variables?
Describe the process of creation and destruction of a derived class object?
What is flush programming?
Can you please explain the difference between overloading and overriding?
Can notepad ++ run c++?
Explain the differences between list x; & list x();.
what are the characteristics of Class Members in C++?
What are the benefits of pointers?
Declare a class vehicle and make it an abstract data type.
What is c++ used for in games?
What is a multimap c++?
Where the memory to the static variables is allocated?
Write a function to find the nth item from the end of a linked list in a single pass.
If all is successful, what should main return a) 0 b) 1 c) void
What is an iterator class in c++?