What is abstract class in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What are the 4 types of library?
What is the difference between shallow copy and deep copy?
how to explain our contribution in the project?
What is the handle class?
What is difference between c++ 11 and c++ 14?
Explain the different access specifiers for the class member in c++.
Is there a sort function in c++?
What is static function and static class?
What does asterisk mean in c++?
How are pointers type-cast?
class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;
How can a '::' operator be used as unary operator?