Here we will learn topics
- OOPS Concepts
- TS Code Basics
- JS Code Basics
- AWS Basics
-
Featured
My First Blog Post
Be yourself; Everyone else is already taken. — Oscar Wilde. This is the first post on my new blog. I’m just getting this new blog going, so stay tuned for more. Subscribe below to get notified when I post new updates.
-
Oops Concepts
OOPS – Object Oriented Programming The main core OOPS concepts in any coding languages are: Abstraction Abstract Class Interfaces Encapsulation Member Variable Encapsulation Function Encapsulation Class Encapsulation Inheritance Single Inheritance. Multi Level Inheritance. Hierarchical Inheritance. Hybrid Inheritance. Multipath inheritance. Multiple Inheritance. Polymorphism Compile time Polymorphism Run time Polymorphism