Home :: Software :: Business & Office :: Training & Tutorials  

Business Accounting
Communication
Database
Document Management
e-Commerce
Networking
Office Suites
Personal Finance
Presentation
Project Management
Reports & Forms
Schedule & Contact Management
Spreadsheet
Tax Preparation
Training & Tutorials

Word Processing
C++ Foundation for Non-C Programmers - Part 2 Training CD

C++ Foundation for Non-C Programmers - Part 2 Training CD

List Price:
Your Price:
Product Info Reviews

<< 1 >>

Rating: 5 stars
Summary: C++ Foundation for Non-C Programmers - Part 2 Training CD
Review: Course Overview
This is the second part of a two-part series which is designed to teach non-C programmers the fundamentals of C++ programming. This series is based on ANSI C++ and is not environment or vendor-specific. This course introduces the skills needed to be able to begin to use C++'s Object-Oriented (OO) features. Students will learn how to create, use, and extend classes, as well as how to populate those classes with members and functions. They will also learn how to instantiate objects, incorporate error handling, and perform simple I/O.

Learn To

Identify the features of object-oriented programming.
Declare a 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 applications by using standard libraries and exception handling techniques.
Identify the steps in the development life cycle.

Audience
Application developers, application programmers, client/server developers, systems programmers, and software engineers are the types of people who would benefit from this course. Students should be experienced in at least one structured (not C) programming language, with possible exposure to Object-Oriented concepts and principles. Participants will likely be COBOL programmers (or equivalent), 4GL programmers (e.g., Visual Basic, PowerSoft, etc.) or have limited experience with other Object-Oriented languages (e.g., SmallTalk, Eiffel, etc.) They should also have a detailed understanding of the general process of structured software design and development. Participants should have taken the first part of this series, course 13209.

Deployment Options
e-Learning

Accreditation
NASBA credits: 4 CPE Credits
CEU credits: 0.70 CEUs

Language Options
US English

Total Learning Time
6 to 8 hours

Objectives
Unit 1: Classes: Fundamentals 2 - 3 hours

Match the features of object-oriented programming with their definitions.
Identify a class declaration with the specified private and public data members and functions.
Identify the definition of the member function of a class with the specified return type and parameters.
Identify the code to access the specified public class members of a class.
Identify the features of the pointer.
Identify the class declaration that represents the overloading of a member function.
Identify the code that invokes the specified constructors of a class.
Identify the code that overloads a specified operator.
Match the statement to invoke an implicit member function with the task performed by that function.
Identify the header of a member function definition for a specified scenario.

Unit 2: Classes: Advanced Concepts 2 - 3 hours

Match the depictions of different types of inheritance with their names.
Identify the base class members available to a derived class when access control to the base class is specified.
Identify the definition of a derived class to initialize the base class members.
Identify the code that represents the overriding of a base class member function.
Identify the differences between static and dynamic binding.
Identify the code that declares a virtual member function.
Identify the declaration of a class containing a pure virtual member function.
Identify the code for the specified class composition relationship.
Identify the set of class declarations that represents a virtual base class.
Complete the code to declare a friend function to access the private members of the specified class.
Complete the code to declare a friend class to access the private data members of a given class.
Identify the features of a nested class.
Identify the code to implement a template class.
Identify the class declaration to convert a fundamental data type to a user-defined data type.
Identify the code to convert a user-defined data type to a specified data type by using a conversion function.

Unit 3: Efficient Applications: Development 2 hours

Identify the code that uses the specified standard C++ library functions.
Identify the code that performs standard I/O operations by using the member functions of the cin and cout objects.
Match the output formatting methods with their descriptions.
Identify the code to perform the input and output operations on a text file.
Identify the code to perform the input and output operations on a binary file.
Identify the code that uses the try and catch blocks to handle exceptions.
Identify the code that uses multiple tries and catch blocks to handle the specified exceptions.
Identify the code for exception handling by using a user-defined exception class.
Identify the code to implement exception handling by using the standard exception class.
Identify the code that rectifies the specified type of exception handling problem.
Match various stages of the object-oriented software development life cycle with the actions performed in those stages.
Identify the features of component-based development.



<< 1 >>

© 2004, ReviewFocus or its affiliates