Overview
C++ is a popular and also a relevant language. If you go to GitHub you will see that there are a huge number of active C++ repositories. It is a way of programming that enables programmers to think like they are working with real-life entities(a thing with distinct and independent existence) or objects. Object-Oriented Programming is a paradigm that provides many concepts such as inheritance, data binding, polymorphism, etc.
Requirements
- Data Structure
- C Programming
Course Content
- Lecture 1 – Introduction of c++
- Lecture 2 – Introduction to OOP
- Lecture 3 – Built-in Functions
- Lecture 4 – Constructor
- Lecture 5 – Destructor
- Lecture 6 – Inheritance 1
- Lecture 7 – Inheritance 2
- Lecture 8 – Method Overloading, Overriding
- Lecture 9 – Unary Operator Overloading
- Lecture 10 – Binary Operator Overloading
- Lecture 11 – Virtual Functions
- Lecture 12 – Virtual Base and Abstract Class
- Lecture 13 – Friend Functions
- Lecture 14 – Static and This Keyword
- Lecture 15 – Templates
- Lecture 16 – File Handling
Reviews
There are no reviews yet.