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