0% found this document useful (0 votes)
32 views1 page

Programming Using C++: Contents... Pre-Requisites... Exit Profile..

The document discusses programming using C++, an object-oriented programming language that intends to be simple, modern, and general-purpose. It lists contents that will be covered like creating objects, implementing encapsulation and abstraction, using operators and decision making constructs. The prerequisites are comfort with C language and ability to write C programs. The exit profile is becoming an object-oriented application developer capable of developing object-oriented and client-server applications using C++.

Uploaded by

metrotrain
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views1 page

Programming Using C++: Contents... Pre-Requisites... Exit Profile..

The document discusses programming using C++, an object-oriented programming language that intends to be simple, modern, and general-purpose. It lists contents that will be covered like creating objects, implementing encapsulation and abstraction, using operators and decision making constructs. The prerequisites are comfort with C language and ability to write C programs. The exit profile is becoming an object-oriented application developer capable of developing object-oriented and client-server applications using C++.

Uploaded by

metrotrain
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Programming using C++

 
Object-oriented concepts form the base of all modern programming languages.
Understanding the basic concepts of object-orientation helps a developer to use various modern day
programming languages, more effectively.

C++ is an object-oriented programming language that intends to be a simple, modern, and general-
purpose programming language for application development.
    
1. Contents...
2. Pre-Requisites...
3. Exit Profile...

Contents....
Appreciate the object-oriented approach
Create objects
Define and implement Encapsulation and Abstraction
Use operators and decision-making constructs
Use arrays
Implement functions
Use Constructors and Destructors
Implement Polymorphism, Inheritance, Dynamic Polymorphism, and Multiple
Inheritance
Use file input and output
Use exception handling and templates
Implement linked lists

Pre-Requisites....
Participants should be comfortable with C language.
Ability to write C programs is an advantage.

Exit Profile.... 
Candidate will become a Object Oriented Application Developer, capable of developing Object
Oriented applications, client-server applications using C++ programming language.

    Curriculum Edge

You might also like