Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Object Oriented Programming (OOPs) for JAVA Interviews
Rating: 4.6 out of 5(3,610 ratings)
95,741 students

Object Oriented Programming (OOPs) for JAVA Interviews

To clear Java Interviews with confidence
Created byDURGASOFT DURGA
Last updated 7/2019
English

What you'll learn

  • Student can get much perfection on Java OOPs concepts

Course content

8 sections58 lectures13h 6m total length
  • Java Source File Structure-Introduction24:20

    Explore the Java source file structure, including packages and imports, develop multiple classes per program, and learn naming rules, public class constraints, and main method execution.

  • Java Source File Structure- Import Statement Introduction16:35

    Explore import statements in Java, including explicit and implicit imports, and how fully qualified names affect compilation. Use explicit imports to improve readability and maintainability.

  • Important Points about Import Statement16:23

    Java import statements control access to classes from other packages. Java automatically provides java.lang; current package classes require no imports; subpackage classes require explicit imports.

  • Java Source File Structure- Package Statement19:20

    Learn how the java package statement groups related classes into a single unit through encapsulation and unique naming. Identify com naming, compiler folder structure, and running with qualified names.

  • Important Points about Package Statement9:30

    This lecture explains that a Java source file may have at most one package statement and any number of import statements follow the package line before class declarations.

Requirements

  • It's desirable to have some minimum basic knowledge of Java

Description

The student can get complete knowledge on the following topics:

1. Java Source File Structure

2. Import Statement

3. Package Statement

4. Class Level Modifiers

5. Abstract Method

6. Abstract class

7. Member Modifiers

8. Interfaces

9. Data Hiding

10. Abstraction

11. Encapsulation

12. Tightly Encapsulated Class

13. Inheritance

14. Importance of Inheritance

15. Types of Inheritance

16. Multiple Inheritance

17. Cyclic Inheritance

18. Method Signature

19. Overloading

20. Method Overriding

21. Method Hiding

22. Polymorphism

23. Object Typecasting

24. Constructors

Who this course is for:

  • Anyone looking to clear Java Certification
  • Anyone looking to clear Java Interviews
  • Anyone to get perfection on day to day coding requirements on OOPs Concepts