Which of the following statements is false?

a. A derived class is generally larger than its base class.
b. A base class object is a derived class object.
c. The class following the “:”in a class declaration is the direct base class of the class
being declared.
d. C# does not support multiple inheritance.

b. A base class object is a derived class object.

Computer Science & Information Technology

You might also like to view...

When you are recording a macro, you can use the click and drag method to select text

Indicate whether the statement is true or false

Computer Science & Information Technology

In a __________, the program sees a single continuous address space called the linear address space.

a. segmented memory model b. flat memory model c. linear memory model d. none of the above

Computer Science & Information Technology