Question 9 Tick True Box Statement True Tick False Box Otherwise Private Attribute Class A Q43785330
Question 9
Tick the “true” box if a statement is true and tick the “false”box otherwise.
- A private attribute of a class can be accessed directly byobjects of its own class.
otrue ofalse
- Two methods of a class having the same name is calledoverloading.
otrue ofalse
- At compile time, if classB is a subclass of classA, an objectof classA is an object of classB.
otrue ofalse
- Constructors cannot be overloaded.
otrue ofalse
- An abstract class can have an abstract subclass.
otrue ofalse
Expert Answer
Answer to Question 9 Tick the “true” box if a statement is true and tick the “false” box otherwise. A private attribute of a class…
OR