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

Object Oriented Programming Through Java: S.S.R.K.M.GUPTA

This document outlines the topics that will be covered in a course on object oriented programming through Java. The topics include an introduction to Java programming basics like data types, variables, operators, control structures, methods and arrays. It will also cover object oriented concepts like classes, objects, constructors, visibility modifiers and inheritance. Specific constructs like selection statements, looping statements and exceptions handling will also be discussed. The course is authored by S.S.R.K.M. Gupta from the department of computer science and engineering at Aditya College of Engineering & Technology.

Uploaded by

ssrkm gupta
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
72 views

Object Oriented Programming Through Java: S.S.R.K.M.GUPTA

This document outlines the topics that will be covered in a course on object oriented programming through Java. The topics include an introduction to Java programming basics like data types, variables, operators, control structures, methods and arrays. It will also cover object oriented concepts like classes, objects, constructors, visibility modifiers and inheritance. Specific constructs like selection statements, looping statements and exceptions handling will also be discussed. The course is authored by S.S.R.K.M. Gupta from the department of computer science and engineering at Aditya College of Engineering & Technology.

Uploaded by

ssrkm gupta
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 13

OBJECT ORIENTED PROGRAMMING

THROUGH JAVA
By
S.S.R.K.M.GUPTA
Dept of Computer Science and Engineering
Aditya College of Engineering & Technology
Surampalem.
Topics in Unit - 1
• Introduction to Java:
– Basics of Java Programming
– Data types
– Variables
– Operators
– Control Structures including selection, Looping
– Java methods, overloading
– Math class
– Arrays in Java
OO PROGRAMMING THROUGH JAVA S.S.R.K.M.GUPTA 10/17/2020
Topics in Unit - 1
• Objects and classes:
– Basics of objects and classes in java
– Constructors
– Finalizer
– Visibility modifiers
– Methods and objects
– Inbuilt classes like String, Character, StringBuffer, File
– This reference
OO PROGRAMMING THROUGH JAVA S.S.R.K.M.GUPTA 10/17/2020
Control Structures
• Selection Statements
• Looping Statements
• Jump Statements

OO PROGRAMMING THROUGH JAVA S.S.R.K.M.GUPTA 10/17/2020


Selection Statements
• Simple if
• If – else
• If-else-if (ladder if)
• Nested if
• Switch

OO PROGRAMMING THROUGH JAVA S.S.R.K.M.GUPTA 10/17/2020


Looping Statements
• While
• Do-while
• For
• Enhanced for

OO PROGRAMMING THROUGH JAVA S.S.R.K.M.GUPTA 10/17/2020


OO PROGRAMMING THROUGH JAVA S.S.R.K.M.GUPTA 10/17/2020
OO PROGRAMMING THROUGH JAVA S.S.R.K.M.GUPTA 10/17/2020
OO PROGRAMMING THROUGH JAVA S.S.R.K.M.GUPTA 10/17/2020
OO PROGRAMMING THROUGH JAVA S.S.R.K.M.GUPTA 10/17/2020
OO PROGRAMMING THROUGH JAVA S.S.R.K.M.GUPTA 10/17/2020
OO PROGRAMMING THROUGH JAVA S.S.R.K.M.GUPTA 10/17/2020
OO PROGRAMMING THROUGH JAVA S.S.R.K.M.GUPTA 10/17/2020

You might also like