What is runtime polymorphism in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between c++ and java.
What do you mean by static variables?
Briefly describe a B+ tree. What is bulk loading in it?
What is a vector c++?
What is purpose of abstract class?
Write a program to concatenate two strings.
What are the difference between reference variables and pointers in C++?
What is prototype for that c string function?
differance between copy & clon
Explain static and dynamic memory allocation with an example each.
Which one of the following describes characteristics of "protected" inheritance? a) The base class has access only to the public or protected members of the derived class. b) The derived class has non-public, inheritable, access to all but the private members of the base class. c) The derived class has access to all members of the base class. d) The private members of the base class are visible within the derived class. e) Public members of the derived class are privately accessible from the base class.
What is setw manipulator in c++?