From 123-CBT Computer Based Training
C Programming - Part 2 

...f a composite relationship. Write the code to access the member functions of a composite class by using a composed class object. Calculate the value assigned to a composite class data member when the composite class member is initialized using a composed class object. Identify the features of associative relationships. Debug the code to implement an associative relationship with custody
more...
C Programming - Part 1 

...mming language. Identify the concept of objects and the member functions of an object in C++. C ontent
Emphasis Skills-Based A udience
Application developers, software engineers, systems engineers, and programming specialists are some of the people who would benefit from taking this course. Anyone who designs and implements system-level programs or corporate client/server
more...
Visual C 6 0 Designing Implementing Desktop Applications - Part 2 

...e
CView class to print a document. Match the overridable member functions of the CView class with the reasons for overriding them. Match the members of the
CPrintinfo class with their uses. Sequence the steps to print a document using the
MFC functions. Match the members that contribute to modify the print preview with their functions. Enhance print preview by setting the number of pages
more...
C Programming - Part 4 

Course
Overview This is the last course in a four-part series on C++ Programming, which is based on
ANSI C++. This course is designed to give learners some of the practical skills needed to be able to write and compile user-ready C++ applications. Learners will acquire skills needed to perform runtime exception handling, incorporate standard libraries, and create well-designed class
more...
C Foundation for Non-C Programmers - Part 2 

...class. Create an object to a class. Invoke and access member functions. Identify the function of a pointer. Manipulate member functions. Declare special member functions. Inherit a class from a given base class. Use different types of polymorphism. Design and invoke different types of classes. Convert one data type to another non-fundamental data type. Develop efficient
more...