0% found this document useful (0 votes)
76 views

Chapter - 01: Object Oriented Programming

This document discusses object oriented programming and provides an introduction to learning programming. It covers procedural programming versus object oriented programming, compares different programming paradigms, and presents a simple C++ program to divide two numbers and print the result. The document also cautions the reader and offers advice on how to best learn programming.

Uploaded by

NealWhite
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
76 views

Chapter - 01: Object Oriented Programming

This document discusses object oriented programming and provides an introduction to learning programming. It covers procedural programming versus object oriented programming, compares different programming paradigms, and presents a simple C++ program to divide two numbers and print the result. The document also cautions the reader and offers advice on how to best learn programming.

Uploaded by

NealWhite
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 12

Introduction

Chapter - 01
Object Oriented Programming

Programming Tools

A Word of Caution

How to Learn Programming

How to Learn Programming (Conti..)

Two Views of a Program

Procedure Oriented
Programming

Object Oriented
Programming

Comparison of 3-Paradigms

Why C++ ???

Why C++ ???

Simple C++ Program


Divide Number x by y & Printing the Result

You might also like