Question: VBA code Object Oriented Programming A Rectangle class has been defined with the following members: Properties: Width- the width of a rectangle (property type is
Object Oriented Programming A Rectangle class has been defined with the following members: Properties: Width- the width of a rectangle (property type is Double) Height the height of a rectangle (property type is Double) Function: Area0-calculates the area of a rectangle as width'height and returns a double value. The function is defined as an Overridable function and has no input values. Inheritance (10 points): Define a class Square that is a sub class of the Rectangle class. You must declare and define the following member in the Square class: Property (specific to Square): Side the side of a square (property type is Double) Function: Area) - an overrided function that calculates the area of a square as side 2 and returns a double value
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
