C++

Objectives :

Step: 1 Create a project

Step: 2 Create a source file

Step: 3 Edit Source file

a) creating class A, and it's members

b) Class member can access private members

c)  class B Inheriting class A,

d) codes in main() block.

Step: 4 Runtime Views: