OOP LEC1 Intro and Revision

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 7

Object Oriented Programming

Lec #1
Recommended Books
• Herbert Schildt: Java-The Complete Reference
(latest editions)
• Deitel, H.M and Deitel, P.J.: Java: How to
Program (latest editions)
Evaluation Criteria
1. Theory Marks
Midterm Examination 30
Final Examination 50
IE (Assignments / Quizzes) 20
total = 75 %
2. Lab Work
Assignments/Quizzes/Project xxx
total = 25 %
Revision
• Decision Making Statements.
– If- else
– Switch Case
• Loops
– For
– While
– Do-while
• Nested {{}}
Revision
• Variables
– String in C/C++ ?
• Arrays
– 1D
– 2D
– ND
Revision
• Functions / Methods
– Declaration
– Definition
– Calling
– Overloading
– Passing Arguments
• By Value
• By reference in java ?
Evaluation
• Assignment
• Quiz

You might also like