Assignments:
reference variables
call by reference using reference variables
C++ style strings using <string> predefined class
------
difference between C structures and C++ structures
difference between structure and class in C++
----------
introduce yourself write up
explain your project write up - ADS, DFCS
Part I: Introduction to OOPS:
Module 01: Principles of Object Oriented Programming (OOP)
Part II: Non Object Oriented Features of C++:
Module 02: Introduction to C++
Module 03: Control Structures
Module 04: Functions
Module 05: Arrays and Strings
Module 06: Pointers
Module 07: User Defined Data Types
Part III: Object Oriented Features of C++:
Module 08: Classes and Objects
Module 09: Constructors and Destructors
Module 10: Memory Management
Module 11: Inheritance: Extending Classes
Module 12: Dynamic Polymorphism: Function Overriding (Virtual Functions)
Module 13: Operator Overloading
Module 14: Exception Handling
keywords not covered:
asm
const_cast
dynamic_cast
reinterpret_cast
static_cast
explicit
export
namespace
friend - non member function, member function of another class, complete classÂ
mutable
template - generic class, generic function
typeid
typename - template
static - data, function, object
const - data, function, object
static - global function, global variable, local variables
object, data member, member function
const - read only variable, pointers, function parameters
object, data member, member function