- Notifications
You must be signed in to change notification settings - Fork0
The CPP00 project introduces the fundamentals of object-oriented programming in C++. Students will learn to create classes and objects, manage memory, and apply encapsulation, inheritance, and polymorphism. This project is essential for establishing a solid foundation before tackling more advanced concepts.
cypri1-dev/42_CPP00
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
42_CPP00The CPP00 project introduces the fundamentals of object-oriented programming in C++. Students will learn to create classes and objects, manage memory, and apply encapsulation, inheritance, and polymorphism. This project is essential for establishing a solid foundation before tackling more advanced concepts.
- Understand the principles of object-oriented programming in C++.
- Create and manipulate classes and objects effectively.
- Learn memory management techniques and proper resource handling.
- Implement encapsulation, inheritance, and polymorphism in practical examples.
- Develop coding best practices and enhance problem-solving skills.
About
The CPP00 project introduces the fundamentals of object-oriented programming in C++. Students will learn to create classes and objects, manage memory, and apply encapsulation, inheritance, and polymorphism. This project is essential for establishing a solid foundation before tackling more advanced concepts.