Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 319 Bytes

oop..md

File metadata and controls

16 lines (10 loc) · 319 Bytes

// javascript is a prototype-based language and // its classes are primarly syntatic sugar

// object is a collection of properties and methods

// parts of OOPS // object literal

-Constructor function -Prototypes -classes -Instances (new,this)

-inheritance,abstraction,encapsulation, polymorphism