Skip to content

coding-wiki/learn-oop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

learn-oop

Learn Object Oriented Programming

[WIP]

Constructor

Initialization of an object is guaranteed by providing a special function called the constructor.

If a class has a constructor, the compiler (or runtime environment for JS people) automatically calls the constructor at the point an object is created.

The constructor call is performed automatically (abstracted away) from the end-programmer; it is performed by the compiler at the point the object is defined.

Resources

  • Book: Thinking in C++

About

Learn Object Oriented Programming

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published