What is general form of pure virtual function? Explain?
No Answer is Posted For this Question
Be the First to Post Answer
How to declare a pointer to an array of integers?
Explain what are mutator methods in c++?
what is the difference between overloading & overriding? give example.
Which bit wise operator is suitable for turning off a particular bit in a number?
What is an associative container in c++?
What C++ libraries are you proficient with?
class basex { int x; public: void setx(int y) {x=y;} }; class derived : basex {}; What is the access level for the member function "setx" in the class "derived" above? a) private b) local c) global d) public e) protected
What is the difference between new/delete and malloc/free?
Define pure virtual function?
Why iomanip is used in c++?
What do you mean by a template?
What is #include iostream in c++?