How do we implement inheritance in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What methods can be overridden in java?
Do class declarations end with a semicolon? Do class method definitions?
Difference between shift left and shift right?
What are the implicit member functions of class?
What is the most useful programming language?
What are the effects after calling the delete this operator ?
Why is c++ still best?
what is the size of a class which contains no member variables but has two objects??? is it 1 or 2??
There is a array of 99 cells and we have to enter 1-100 elements in it , no two elements would repeat , so the is one no. missing because 99 cells and 1-100 nos. so we had to implement a function to find that missing no.
Explain pass by value and pass by reference.
What are the classes in c++?
Is it legal in c++ to overload operator++ so that it decrements a value in your class?