Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Today's class:

  • Introduction to STL
  • Look into an example

Task:

  • Create a class GeometricForm with an attribute Area,
  • Create a class Rectangle that inherits from GeometricForm
  • Implement a List of rectangles, populate it and print its values