What is polymorphism and its type in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What does flush do c++?
If there are two catch statements, one for base and one for derived, which should come first?
What is the output of the following program? Why?
What is pointer in c++ with example?
What is meant by a delegate?
In a class, there is a reference or pointer of an object of another class embedded, and the memory is either allocated or assigned to the new object created for this class. In the constructor, parameters are passed to initialize the data members and the embedded object reference to get inialized. What measures or design change should be advised for proper destruction and avioding memory leaks, getting pointers dangling for the embedded object memory allocation? Please suggest.
Write bites in Turbo c++ Header ("Include") Files.
Write about the local class and mention its use?
Is java made in c++?
How can we access protected and private members of a class?
structure that describe a hotel with name, address,rooms and number of rooms
Why do we use vector in c++?