Should a constructor be public or private?
No Answer is Posted For this Question
Be the First to Post Answer
. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?
When you overload member functions, in what ways must they differ?
Is there anything you can do in C++ that you cannot do in C?
What problems might the following macro bring to the application?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
Explain selection sorting?
what is data abstraction in C++?
How long will it take to learn programming?
Why is standard template library used?
Explain bubble sorting.
What is pure virtual function? Or what is abstract class?
List the special characteristics of constructor.