Part-1

INTRODUCTION OF OOP

Table of contents

No heading

No headings in the article.

Introduction

When we starts to learn about Object-Oriented-Programming most of the times a question arise that why this is important & yes, if you have that question too that means you'll do incredible in Computer-Science because it all starts with why?

Why OOP? Approach of Oops helps to solve many problems like

  • Distributes Project into modules
  • Data Hiding
  • Data Binding
  • Reusability of code
  • Reduce Line of code
  • Better understanding

These are enough reasons to learn Object Oriented because by the end of the you'll save a lot of time by doing code with this approach.

In next part we'll learn about parts of oops.