Online Virtual Functions 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...
C Programming Overloading
To provide the student with the skills required to use polymorphism and overloading Students with knowledge of structured programming techniques
more...
From 123-CBT Computer Based Training
C Programming - Part 3

...r and functions overloading within guidelines. Identify virtual functions and abstract classes using pure virtual functions. Declare a function template. Overload a function template. Create a class template. Use a class template. Manage the memory used by objects. Identify the concepts of reference counting and garbage collection. C ontent Emphasis Skills-Based A
more...
From Teach Me IT
Object-oriented Programming using C++

...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 friend classes and friend member functions
define static data members
invoke static functions
define function templates
overload function templates
describe operator
more...
