Page 1 of 1

Property is a new public property in a class (BClass) derived from the superclass (SClass). bObj is an instance of BClas

Posted: Fri May 20, 2022 11:43 am
by answerhappygod
Property Is A New Public Property In A Class Bclass Derived From The Superclass Sclass Bobj Is An Instance Of Bclas 1
Property Is A New Public Property In A Class Bclass Derived From The Superclass Sclass Bobj Is An Instance Of Bclas 1 (20.5 KiB) Viewed 31 times
Property is a new public property in a class (BClass) derived from the superclass (SClass). bObj is an instance of BClass and sObj is an instance of SClass. Which of the following statement is NOT correct? O A. You cannot use Property inside the class that uses BClass as its superclass. O B. You can use Property inside the BClass. O C. You can use bObj.Property to access the property. O D. You can use sObj.PropertyA to access the property