Property is a new public property in a class (BClass) derived from the superclass (SClass). bObj is an instance of BClas
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Property is a new public property in a class (BClass) derived from the superclass (SClass). bObj is an instance of BClas
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