Skip to content

Clases y objetos

A class is a blueprint; an object is a concrete instance. Instantiation creates objects from a class.

Official slides: OOP PDF (Prof. Colombo)

See the Spanish page for full examples and the four OOP pillars (abstraction, encapsulation, inheritance, polymorphism): Clases y objetos.

Interactive exam

OOP introduction

Based on: PROGRAMACION ORIENTADA A OBJETOS — Prof. Maria Ines Colombo

0 of 0 answered

In OOP, a class is...
Creating an object from a class is called...
An object’s attributes represent...
Methods are...
Hiding internal data and exposing only what is needed is...
Reusing attributes and methods in derived classes is...