📄️ C++ Basics
C++ is a powerful, general-purpose programming language created as an extension of the C language. It adds object-oriented features to C, allowing for both procedural and object-oriented programming approaches.
📄️ Conditional Statements
Conditional Statement: Code structures that execute different blocks based on whether a condition is true or false.
🗃️ Inheritance
2 items
📄️ Loops
Loop: A control structure that repeats a block of code multiple times.
📄️ Classes
Class: A blueprint for creating objects that defines properties (data) and behaviors (methods).
📄️ Object-Oriented Programming
1.Define OOPS?
🗃️ Functions
2 items
📄️ Polymorphism
1.What are the types of Polymorphism ?
📄️ Templates and Exception Handling
Templates
📄️ Type Casting and others
Type Casting
🗃️ Data Structures
5 items
📄️ Random FAQ (C++)
1. what scope resolution operator and its uses.
📄️ Calculate Salary
📄️ Operator Overloading Date Class
📄️ Swapping
Swapping of Two Strings Without 3rd Variable