Menu

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.

  1. A private attribute of a class can be accessed directly byobjects of its own class.

otrue               ofalse                                                                                         

  1. Two methods of a class having the same name is calledoverloading.

otrue               ofalse                                                                                         

  1. At compile time, if classB is a subclass of classA, an objectof classA is an object of classB.

otrue                ofalse                                                                                           

  1. Constructors cannot be overloaded.

otrue               ofalse                                                                                         

  1. 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