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 the unique features of C++.
Does c++ have string data type?
Do class declarations end with a semicolon? Do class method definitions?
What is c++ similar to?
Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be
describe private access specifiers?
How can a struct in c++ differs from a struct in c?
What are the operators in c++?
Which software is used for c++ programming?
How new/delete differs from malloc()/free?
What is the use of :: operator in c++?
How does the copy constructor differ from the assignment operator (=)?
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
Does c++ support exception handling?
What is the disadvantage of using a macro?