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.



i had specified the access specifier for abstarct class member like (pure virtual function) as pri..

Answer / schumi

an abstract class permits all access modifiers except
PRIVATE

Is This Answer Correct ?    8 Yes 2 No

Post New Answer

More OOPS Interview Questions

Can abstract class have normal methods?

0 Answers  


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.

1 Answers  


can we make a class static without using static keyword?

5 Answers   Aspire,


Why interface is used?

0 Answers  


what is namespace? what are the uses of namespace?

1 Answers  






What are the benefits of interface?

0 Answers  


What is the difference between Home and $Home?

2 Answers   TCS,


explain dynamic binding by drowing

2 Answers   Cognizant,


What is multilevel inheritance?

0 Answers  


why function overloading is not called as pure polymorphism?

2 Answers  


When will a constructor executed?

5 Answers   TCS,


What is stream in oop?

0 Answers  


Categories