© 2023 Hashnode
#classes
To fully understand any programming language, you need to understand the English language behind the programming language, Java is no different. This post will explain to you what classes, constructor…
JavaScript is a powerful and versatile programming language that has become a staple in web and software development over the years. One of the key features of JavaScript is its ability to create obje…
Looking back to our last article, we covered Functions in TypeScript which gave us an idea about how Functions work, are structured and are implemented in TypeScript. In this article, we will discuss …
Object Oriented programming is a high-level programming model different from procedural programming. This model focuses on data and object rather than function and logic. To work with OOP, developers …
The objective of this blog will be to drive you through one of the important concepts in our coding journey, so the topic is Object Oriented Programming(OOPs). Before moving forward make sure you know…
Introduction: This is by no means an exhaustive guide to Object Oriented Programming in Javascript. These notes on OOP in JavaScript are what I mostly use, and come back to them daily for reference. O…
Introduction JavaScript is a dynamic and versatile programming language that has become one of the most popular programming languages for building web applications. To ensure that your JavaScript code…
Python is an object-oriented programming language. In Python, everything is an object. All this time that you have been writing code, you have used objects. Either when you used built-in functions or …
What is UML UML stands for Unified Modeling Language. It is a general-purpose, developmental modeling language used for creating object-oriented, meaningful documentation models for any software system present in the real world in the field…
To explan classes on typescript, I think it is imperative that I begin with what is typescript! What is Typescript? To put it bluntly, Typescript is Microsoft's attempt at bringing order and discipl…