C CPP DS
Module 1
C - Structured Programming
Primitives
Value
Type
Operator
Operators
Expressions
Variables
Sequence
Statement
Flow of Control
Compound Statements
Functions
Definition
Invocation
Parameter passing
Return mechanism
Activation Record
Conditional Constructs
if
if-else
switch-case
Iterative Constructs
While
Do-While
For
Arrays
Structures
Pointers
indirection
arithmetic
Pointers and Arrays
Strings
2D Arrays
Pointers and 2D Arrays
Dynamic Memory Allocation
Pointers and Structures
Recursion
File Handling
Module 2
Data Structures
Bubble Sort
Selection Sort
Linked List
Stack
Array Implementation
List Implemenation
Queue
Array Implementation
List Implemenation
Doubly Linked List
Module 3
Object Oriented Programming
Objects
State
Operations
Messages
Class
Constructor
Destructor
Methods
Access Modifiers
Instantiation
Object Composition
Inhertitance
MultiLevel
Multiple
Polymorphism
Overriding
Liskov's principle