Interviewer can ask you question “What is final keyword in java“. “final” is a keyword which is reserved in java software development language. It restrict the […]
Earlier we learnt about interface in THIS POST and abstract class THIS POST. Now let’s try to understand the similarities and difference between abstract […]
Method Overloading Many peoples get confused between method overloading and method overriding in java software development language. Earlier we learnt about method overriding in […]
We learnt about Encapsulation In previous post. Polymorphism Is another OOP fundamental concept in java software development. Interviewer can also ask you […]