What are the two types of polymorphism?
No Answer is Posted For this Question
Be the First to Post Answer
What is a mutable member?
What is searching?
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 to get the current position of the file pointer?
What is name mangling?
Define private, protected and public access control.
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
How to give an alternate name to a namespace?
Can we inherit constructor in c++?
In a function declaration, what does extern mean?
Which programming language is best to learn first?
Why is it called c++?