Skip to content

Using simple geometric shapes, this assginment practiced OOP concepts: the concepts of abstraction, encapsulation, information hiding, inheritance, and polymorphism.

Notifications You must be signed in to change notification settings

renyming/Geometric_Shape_Modeling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geometric Shape Modeling

Using simple geometric shapes, this assginment practiced OOP concepts: the concepts of abstraction, encapsulation, information hiding, inheritance, and polymorphism.

OOP Concepts Involved

  • Inheritance hierarchy of classes implementing a common interface
  • Virtual functions and override them in order to make runtime polymorhpism possible in C++

About

Using simple geometric shapes, this assginment practiced OOP concepts: the concepts of abstraction, encapsulation, information hiding, inheritance, and polymorphism.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages