What is general form of pure virtual function? Explain?
No Answer is Posted For this Question
Be the First to Post Answer
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.
Can you overload the operator+ for short integers?
Explain the properties and principles of oop.
What is c++ prototype?
How are Structure passing and returning implemented by the compiler?
Can we declare destructor as static? Explain?
Write any small program that will compile in "C" but not in "C++"?
What is a tuple c++?
Why ctype h is used in c++?
What are all predefined data types in c++?
How do you save a c++ program?
What do you mean by overhead in c++?