0 out of 2 rated this helpful - Rate this topic

10.1.2 Class base specification

Visual Studio .NET 2003

A class declaration may include a class-base specification, which defines the direct base class of the class and the interfaces (Error! Reference source not found.) implemented by the class.

class-base:
:   class-type
:   interface-type-list
:   class-type   ,   interface-type-list
interface-type-list:
interface-type
interface-type-list   ,   interface-type
Did you find this helpful?
(1500 characters remaining)