What is a character in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is the fastest c++ compiler?
What is the difference between = and == in C?
16 Answers Christ University, Intel,
Who was the creator of c++?
What is a container class?
What are c++ storage classes?
Will c++ be replaced?
What is a breakpoint?
Explain the difference between struct and class in terms of access modifier.
What is #include iostream?
class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;
What is array in c++ example?
How would you stop a class from class from being derived or inherited?The constructer should not be Private,as object instantiation should be allowed.