English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

If ClassC inherits from ClassB, which inherits from ClassA, this would be an example of what?
If you do not provide an access specificer for a class member, the class member is given this access by default?
Protected member are what?

2007-01-27 15:08:50 · 1 answers · asked by spoiled_04_brat 1 in Computers & Internet Programming & Design

1 answers

If ClassC inherits from ClassB, which inherits from ClassA, this would be an example of what? Ans: Inheritance

If you do not provide an access specificer for a class member, the class member is given this access by default? Public within C++ struct, private within C++ class, package default within Java (between public and protect)

Protected member are what? I dunno what is expected nor what's asked. Encapsulated perhaps that's the answer.

2007-01-27 15:25:07 · answer #1 · answered by Andy T 7 · 0 1

fedest.com, questions and answers