Every class we create in VB.NET can act as a base class

A) True
B) False
Explanation: Classes created with NotInheritable keyword can not be a base class. It is not possible to derive the classes from notinheritable classes

Showing Answers 1 - 1 of 1 Answers

Praveen Pampati

  • Jan 24th, 2006
 

False, because, We can protect the classes from inheriting. Class that can be inherited will be called as base class.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions