WHEN A NEW CLASS 'T1' IS CREATED INHERITING PROPERTIES AND VARIAB...

112.

When a new class 't1' is created inheriting properties and variables of

[1.5]

class 's1':

a)

anything declared as Public in

c)

anything declared as Private

in the class 't1' can accessed

the class 't1' can accessed

directly from the class 's1'.

b) anything declared as Public

d)

anything declared as Private

in the class 's1' can

in the class 's1' can

accessed directly from the

accessed directly from the

class 't1'.

class 't1'.