Operation on Characters Public & Private Access Modifier Use of Ref and Out Parameters Use of Variable Arguements 5. Object Oriented Concepts The section contains questions and answers on polymorphism, structures, enumeration, inheritance, method overloading and method overriding, abstract class and inte...
10. Which of the following is not an OOPS concept in Java? a) Polymorphism b) Inheritance c) Compilation d) Encapsulation View Answer 11. What is not the use of “this” keyword in Java? a) Referring to the instance variable when a local variable has the same name b) Passing itself ...