adspace


What is the difference between public, private, protected
inheritance?

Answer Posted / saikat

A private member can only be accessed by other methods of
the same class, while a public member can be accessed by
methods of any class or by non class code.

Is This Answer Correct ?    9 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

daily Routine of father

1481


What is the latest version on c++?

1205


What character terminates all character array strings a) b) . c) END

1392


How c functions prevents rework and therefore saves the programers time as wel as length of the code ?

1162


Can union be self referenced?

1265