- Name: Naveen
- Register No: 11249A191
- Course: B.Tech CSE (AI & DS)
- Subject: Programming in C++
This record includes a complete set of C++ lab programs designed to build strong fundamentals in programming logic and Object-Oriented concepts.
Each program was implemented, executed, and verified successfully using the VS code.
- Understanding of C++ syntax and structure
- Application of functions, arrays, and pointers
- Implementation of classes, objects, and constructors
- Use of inheritance, polymorphism, and file handling for real-time logic
| Unit | Topic | Key Concepts |
|---|---|---|
| 1 | Basics of C++ | Variables, Data Types, I/O |
| 2 | Control Statements | if-else, switch, loops |
| 3 | Functions & Recursion | Function overloading, recursion |
| 4 | Arrays & Strings | One-D, Two-D arrays, string handling |
| 5 | Classes & Objects | Constructors, Access Specifiers |
| 6 | Inheritance | Single, Multiple, Multilevel |
| 7 | Polymorphism | Function & Opera |