Getting started with Java
Types of Languages : Procedural , Functional , Object Oriented
Dec 19, 20233 min read

Search for a command to run...
Types of Languages : Procedural , Functional , Object Oriented

What is a flow chart ?
Note: I have used Bootstrap here, (Bootstrap is a very popular CSS library that gives us a bunch of CSS classes for styling our application) To install Bootstrap in your program run the command : npm install or i(short for install) bootstrap After th...
Getting started from the basics of constructors, Instance methods and Static Methods. Constructors Purpose: The constructor is a special method that gets called when you create an instance of a class. It's used to initialize the object's properties...