Why do we use constructor?
No Answer is Posted For this Question
Be the First to Post Answer
How many types of modularization are there in c++?
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 are Virtual Functions? How to implement virtual functions in "C" ?
What are the sizes and ranges of the basic c++ data types?
What is multithreading and what is its use?Whats are multithreading techniques used in C++?
Which bitwise operator is used to check whether a particular bit is on or off?
Is recursion allowed in inline functions?
Can inline functions have a recursion? Give the reason?
Write about the retrieval of n number of objects during the process of delete[]p?
What is the use of string in c++?
Does there exist any other function which can be used to convert an integer or a float to a string?
Which operations are permitted on pointers?