What is c++ similar to?
No Answer is Posted For this Question
Be the First to Post Answer
Is set c++?
In a function declaration what does extern means?
Differentiate between late binding and early binding. What are the advantages of early binding?
Describe the process of creation and destruction of a derived class object?
Can you declare an array without a size in c++?
What are the uses of static class data?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ?
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.
Describe run-time type identification?
What is the difference between map and hashmap in c++?
Can we use struct in c++?
Explain differences between new() and delete()?