@CareerRideOfficial

Read these interview questions and answers here: https://www.tutorialride.com/oops/oops-interview-questions-and-answers.htm

@danielk8452

Went to the interview expecting to get OOPS I ended up leaving the interview saying OOPS!

@ayeshakhan-gn8il

Correction at 4:40 - There's nothing called a destructor in java..

Java has its own Garbage collection technique for removing the unreferenced objects.

@learnwithamirsandila

1. What is OOP?
2. Classes VS Objects
3. Inheritance
4. Polymorphism
5. Encapsulation
6. Abstraction
7.  Operator Overloading
8. Constructor vs Destructor
9. Virtual Function
10. Methods Overriding
11. Function Overloading
12. Early Binding Vs Late Binding



Add more OOP questions in reply

@djali029

Nice and Easy elaboration of OOPs basic questions. Good Job

@aryalmilan9928

1. Java does not have destructors. Although java supports Automatic Garbage collection, one way we can notify the garbage collector to destroy the object is  by calling  System.gc(),  but it is not guaranteed that garbage collector will immediately perform garbage collection. 
2. Java does not support operator overriding. 
Other than that, nice information.

@kevalthakker9928

Very good information.
But it's all theory!
Please give some examples on topics you covered.
For instance, please show some code of how to
1. Call a copy constructor
2. Declare an Abstract class
3. Override a function at run time
4. Operator overloading.
And so on...

@rohanjeetdas5707

Q: What is an abstract class?
A: A class which is declared as abstract.

@lokeshreddy2080

Because of u r video .. i cracked infosys... thank you

@unknowingly18

Method overloding is compile time polymorphism 6:19

@ayushsakure6098

Very Well designed videos covering all Important topic in a crisp and concise way. Kudos! to the creator.

@syedsaif1391

it was really helpful to get a quick revision thank you ma'am.

@asashish905

Implementation hiding is done using Abstraction.

@anandgomaskar2210

such beautiful and important knowledge  share to people ..............thanku mam

@chakravarthi3

Best video for oops concept

@raghuvardhansaripalli9636

Simple and Best madam. Thank you.

@dadasajadali

Thank you so much Ma’am.

@sureshgarine

thank you so much! questions and answers are precise and perfect.

@muhammadmudassir4873

It's very informative but in order to teach someone more precisely you should give elaboration by giving some examples.

@Rohit.Kumar.726

your explanation is very good....you should make yourself other vidoe too.