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.
Answer / schumi
an abstract class permits all access modifiers except
PRIVATE
| Is This Answer Correct ? | 8 Yes | 2 No |
What is the difference between a mixin and inheritance?
what is difference between objects and function
What is abstraction in oops with example?
Why do we need polymorphism in c#?
Write a program to multiply 3x3 matrics
Write a program to reverse a string using recursive function?
What is polymorphism what are the different types of polymorphism?
Difference between new operator and operator new
How is class defined?
What is the difference between inheritance and polymorphism?
What is differance between Abstract and Interface
define oops concept with example