Bhushan Dongarwar

Published on
Embed video
Share video
Ask about this video

Scene 1 (0s)

INSIDE AND OUTSIDE CLASS DEFINATION (SYNTAX AND DEFINATION).

Scene 2 (10s)

INTRODUCTION TO OOP. 01. 01. 02. 03. OOP is a way of programming based on objects..

Scene 3 (25s)

INSIDE CLASS DEFINITION. 02. DEFINITION:. Member function is defined directly inside the class body. Treated as inline by the compiler (for small methods). Good for short, frequently used functions..

Scene 4 (44s)

03. OUTSIDE CLASS DEFINITION. DEFINITION:. In Java, you can declare a method inside a class and then define it outside the main method, but still inside the same class file. This keeps main() clean and separates logic from execution..

Scene 5 (1m 4s)

04. COMPARISON & CONCLUSION. Methods directly written inside class. Good for short/simple methods. Quick and easy to write..

Scene 6 (1m 27s)

THANK YOU. WRAPPING UP AND PARTING THOUGHTS.