What is the benefit of c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is the default access level?
What is the extension of c++?
Will c++ be replaced?
What is the syntax for a for loop?
What is input operator in c++?
What is operators in c++?
What is the best c++ ide?
Explain what is class definition in c++ ?
Are vectors passed by reference c++?
How would you use the functions randomize() and random()?
Which format specifier is used for printing a pointer value?
class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;