What is polymorphism explain its types?
No Answer is Posted For this Question
Be the First to Post Answer
pointers are support in C#? if yes then how to use it?
8 Answers Softvision Solution,
difine hierarchical inheritance.
What is an example of genetic polymorphism?
what is the basic concept of inheritance?
What is encapsulation and abstraction? How are they implemented in C++?
0 Answers Agilent, ZS Associates,
what isthe difference between c structure and c++ class
can we make a class static without using static keyword?
Can destructor be overloaded?
Should you protect the global data in threads? Why or why not?
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?
i had specified the access specifier for abstarct class member like (pure virtual function) as private.But it can be accessed by the derived class.How the private member of one class is accessed by other class.if any body face this problem and found the solution plz reply to me.
what is difference between objects and function