Online Invoke Constructors eLearning Training
From Serebra Learning Corporation
Object-Oriented Programming using C
This course introduces students to advanced programming features of C , such as the different types of C functions, concepts of overloading, and inheritance. Programmers and Application Developers who have experience in programming using a structured language like Fortran and Pascal constitute the primary audience for this curriculum. This curriculum would introduce them to the object-oriented
more...
From Teach Me IT
Object-oriented Programming using C++

...will be able to:
define different types of inheritance
invoke constructors in inherited classes
override base class member functions
define a scope resolution operator
declare class templates
understand containership
define virtual functions
define pure-virtual functions
implement polymorphism using virtual functions
declare virtual base classes
describe friend functions
describe
more...
