Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 245 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 245 Bytes

Basic-Javascript-OOP

This repository is aimed at demonstrating OOP concepts which includes inheritance and encapsulation. A Person super class is created where both Students and Employee acts as its children class there by inheriting form it.