STL (140)
OOPS (873)
C++ General (2409) You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
1229Explain how would you handle a situation where you cannot call the destructor of a local explicitly?
1027What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
1231
what is Member Functions in Classes?
Distinguish between new and malloc and delete and free().
What does count ++ do in c++?
program for insertion ,deletion,sorting in double link list
What are the fundamental features of an object-oriented language?
What is the difference between public and private data members?
Explain how to initialize a const member data.
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
How do you achieve polymorphism?
How can you link a c++ program to c functions?
Is string an object in c++?
why is c++ called oops? Explain
Describe linked list using C++ with an example.
Can a constructor return a value?
Explain what is class definition in c++ ?