C++

Objectives :

  • Fundamentals
    Statement: Explained in:
    int a::b(int c) { } Classes
    a->b Data Structures
    class a: public b { }; Friendship and inheritance
  • Code Project: myPolymorphism1.txt

Step: 1 Create a project

Step: 2 Create a source file

Step: 3 Edit Source code

Step: 4 Runtime View

Step: 5b