EIF201 - Programación 1 (una-eif201-progra1-master)

EIF201 - Programación 1

una-eif201-progra1-master

Geek Repo

Home Page:https://mikeguzman.dev

Github PK Tool:Github PK Tool

EIF201 - Programación 1's repositories

project-template

Basic template for C++ projects

Language:C++Stargazers:0Issues:0Issues:0

dev.funda.collections-linked.list

In C++, a simple linked list can be implemented using pointers. A linked list is a data structure consisting of nodes, where each node contains a data element and a pointer to the next node in the list.

Language:C++Stargazers:2Issues:0Issues:0

project-a

Creating a comprehensive practice that encompasses all the previously discussed C++ topics

Language:C++Stargazers:0Issues:0Issues:0

dev.funda.basic-classes.objects.2

Basic example of classes and objects with C++

Language:C++Stargazers:0Issues:0Issues:0

dev.funda.basic-classes.objects.1

Basic example of Clasess and Objects with C++

Language:C++Stargazers:0Issues:0Issues:0

dev.funda.oop-classes.objects

Fundamental programming OOP - Classes and objects

Language:C++Stargazers:0Issues:0Issues:0

dev.funda.oop-polymorphism

Polymorphism: Polymorphism permits objects to be treated as instances of their parent class rather than their actual class.

Language:C++Stargazers:0Issues:0Issues:0

dev.funda.oop-encapsulation

Example of encapsulation: This principle is about bundling the data (attributes) and the methods that operate on the data into a single unit or class.

Language:C++Stargazers:0Issues:0Issues:0

dev.funda.oop-inheritance

Inheritance: Inheritance allows a new class to adopt the properties and methods of an existing class.

Language:C++Stargazers:0Issues:0Issues:0

dev.funda.oop-abstraction

Abstraction: Abstraction involves hiding the complex reality while exposing only the necessary parts.

Language:C++Stargazers:0Issues:0Issues:0