Course outline for Object Oriented Programming

Pre-requisites for learning Object Oriented Programming

  • Good to have basic understanding of related programming paradigms and programming

Lab Setup

None specifically required

Duration

  • 2 – 3 days (with hands-on in any one Object Oriented Language)

Training Mode

Online training for Object Oriented Programming

We provide:

  • Instructor led live training
  • Self-paced learning with access to expert coaches
  • 24x7 access to cloud labs with end to end working examples

All jnaapti sessions are 100% hands-on. All our instructors are engineers by heart. Activities are derived from real-life problems faced by our expert faculty. Self-paced hands-on sessions are delivered via Virtual Coach.

Classroom training for Object Oriented Programming

Classroom sessions are conducted in client locations in:

  • Bengaluru
  • Chennai
  • Hyderabad
  • Mumbai
  • Delhi/Gurgaon/NCR

Note: Classroom training is for corporate clients only

Detailed Course Outline for Object Oriented Programming

Object Oriented Design

  • An overview of Programming Paradigms
  • Object Oriented Design and Analysis
  • Use cases, actors and scenarios
  • Identifying classes
  • Describing interations and relationships
  • Class diagram
  • Sequence diagram

Object Oriented Design Principles

  • Single-responsibiltiy
  • Open-closed
  • Liskov Substitution
  • Interface Segregation
  • Dependency Inversion

Object Oriented Programming Fundamentals

  • Objects and Classes
  • Encapsulation
  • Inheritance
  • Polymorphism
  • bstraction
  • Message passing
  • Overloading
  • Composition, Aggregation and Decomposition
  • Generalization and Specialization
  • Comparison of Object Oriented Approach in Java, Python and JavaScript

Introduction to UML Modeling

  • Introduction to UML
  • Structure diagrams
  • Behavior diagrams

Introduction to Object Oriented Design Patterns

  • What are Design Patterns?
  • Using Design patterns to solve Design Problems
  • How to select a design pattern
  • Examples of design patterns