Klic C++ Programming
- Offered byMKCL
Klic C++ Programming at MKCL Overview
Duration | 2 months |
Total fee | ₹5,000 |
Mode of learning | Online |
Credential | Certificate |
Klic C++ Programming at MKCL Highlights
- Certification will be issued after completion of course
Klic C++ Programming at MKCL Course details
- This Course has imperative, object-oriented features. It is general-purpose, case sensitive and free-form programming language. It is widely used by the programmers or developers in application domain. It supports object-oriented programming including its features like Inheritance, Polymorphism, Encapsulation, Abstraction etc.
Klic C++ Programming at MKCL Curriculum
Grad Function Prototypes
Comments
Flexible Declarations
Structure, union and enum Syntax
Anonymous unions and enums
The C++ Free Store
Free Store Exhaustion
Custom new and delete operators
Overloading new/delete in Classes
Understanding the sequence
Miscellaneous Class Issue
Static Class Data
Static Member Functions
Const and Classes
Overloaded Assignment Operator, Copy Constructor
Inheritance
More Inheritance
Some More Inheritance
Multiple Levels of Inheritance
Multiple Inheritance
Constructors in Multiple Inheritance
Input/Output in C++
The iostream Library
The ios Class
Manipulators
Creating Our Own Manipulators
User-defined Manipulators with Arguments
Advanced Feautres
Classes Within Classes
Friend Functions
Overloading AND
One More Use Of friend Function
Friend Classes
A Word of Caution
Exception Handling
Checking Function Return Value
setjmp( ) and longjmp( )
Exception Handling in C++
Exception with Arguments