Skip to content

Commit

Permalink
Update OOPS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
raj-rathod authored Apr 26, 2024
1 parent 3825d1e commit c5ddb2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OOPS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# OOPS Interview Questions in typescript
# [OOPS Interview Questions in typescript](https://github.com/DSA-Visualization/TypeScript/blob/main/OOPS-in-typescript.md)

1. **What is Object-Oriented Programming (OOP), and why is it important?**
- Object-Oriented Programming (OOP) is a programming paradigm that revolves around the concept of objects, which are instances of classes. OOP focuses on organizing code into objects that interact with each other to accomplish tasks. It emphasizes concepts such as encapsulation, inheritance, polymorphism, and abstraction. OOP is important because it offers several benefits, including code reusability, modularity, scalability, and easier maintenance. It also provides a more intuitive way of modeling real-world entities and relationships, making it easier to design and develop complex software systems.
Expand Down

0 comments on commit c5ddb2f

Please sign in to comment.