Why is c++ not purely object oriented?
No Answer is Posted For this Question
Be the First to Post Answer
What are 2 ways of exporting a function from a dll?
Write a Program for find and replace a character in a string.
How many types of classes are there in c++?
Explain what are mutator methods in c++?
How can we access protected and private members of a class?
How does a C++ structure differ from a C++ class?
Profiler in projects?
Write a program to interchange 2 variables without using the third one.
Show the declaration for a pointer to function returning long and taking an integer parameter.
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 a container class? What are the types of container classes?
How are pointers type-cast?