What is virtual methods?
No Answer is Posted For this Question
Be the First to Post Answer
What are the rules about using an underscore in a c++ identifier?
What is the full form of india?
class X { public: int x; static void f(int z); }; void X::f(int y) {x=y;} What is the error in the sample code above? a) The class X does not have any protected members. b) The static member function f() accesses the non-static z. c) The static member function f() accesses the non-static x. d) The member function f() must return a value. e) The class X does not have any private members.
What is abstraction with real time example?
What do you mean by friend class & friend function in c++?
what do you mean by volatile variable?
What is difference between initialization and assignment?
12 Answers HCL, HP, Infosys,
What is auto used for in c++?
What is c++ w3school?
Define stacks. Provide an example where they are useful.
What is an associative container in c++?
What are dynamic type checking?