Define what is constructor?
No Answer is Posted For this Question
Be the First to Post Answer
What are pointers used for c++?
Can non-public members of another instance of the class be retrieved by the method of the same class?
What is a storage class?
What are the differences between the function prototype and the function defi-nition?
write a c++ program that gives output 1 1 2 1 2 3 1 2 3 4 1 2 3 4 5 using looping statement
What do you mean by abstraction in C++?
Under what conditions is multiple inheritance not recommended?
What is size of empty class object
What is the use of static functions?
what is object?
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
What are single and multiple inheritances in c++?