subhadipbhowmik / 30-Days-Of-CPP

30 days of CPP programming challenge is a step by step guide to learn CPP programming language in 30 days. Happy Coding.
https://subhadipbhowmik.github.io/30-Days-Of-CPP/
MIT License
48 stars 138 forks source link

Introduction to Classes and Objects #133

Open Amruta7203 opened 4 weeks ago

Amruta7203 commented 4 weeks ago

Select the Day of Content

Day 9

What information is missing?

Object-Oriented Programming (OOP) Fundamentals: Briefly introduce the core principles of OOP, including encapsulation, inheritance, and polymorphism. Explain how these concepts differ from procedural programming. Defining a Class: Demonstrate how to define a class in C++, outlining its members (data variables and member functions) and access specifiers (public, private, protected). Creating Objects: Show how to create objects (instances) of a class, and how member variables and functions are accessed through the object. Simple Class Example: Provide a well-commented code example illustrating the creation and use of a basic class, such as a Point class with x and y coordinates.

github-actions[bot] commented 4 weeks ago

Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊

Amruta7203 commented 4 weeks ago

@subhadipbhowmik Please assign this task to me under gssoc24.