Answer Posted / mx
May the pure virtual function be called by the function
declared and implemented in the base class?
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Who invented oop?
What is methods in oop?
class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
program for insertion ,deletion,sorting in double link list
How do you achieve runtime polymorphism?
What is encapsulation and abstraction? How are they implemented in C++?
What is static in oop?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is interface? When and where is it used?
Why do we use class in oops?
What is for loop and its syntax?
Advantage and disadvantage of routing in telecom sector
What is the important feature of inheritance?
What is balance factor?
What are the components of marker interface?