Introduction to Classes

Getting Started With Object Oriented Programming

In this part you will learn: 1. Why we need Object Oriented Programming approach? 2. Classes 3. Access specifiers 4. First program using Classes 5. Dot operator 6. Showing output Why we need Object Oriented Programming approach? As we have already learned in c how to perform different operations and process information, using that ways we can write small programs but if we are writing programs for very large projects this approach isn’t really a good one.