what is the basic concept of c++(object oriented programing)
Answer Posted / nandkumar
As we are using classes in c++ we can share the data members
and member functions in other classes. Memory get
deallocated after the execution of program.
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
Explain the difference between abstract class and interface in c++?
What is the use of default constructor?
. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?
How would you use the functions randomize() and random()?
What apps are written in c++?
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.
What is the latest version on c++?
Differentiate between realloc() and free().
what is a reference variable in C++?
Can a new be used in place of old mallocq? If yes, why?
Define a nested class. Explain how it can be useful.
What is a float in c++?
What are the various situations where a copy constructor is invoked?
What is functions syntax in c++?
Is oops and c++ same?