Name some languages which have object oriented language and characteristics?
What is the default access specifier in a class definition?
What is the main difference between a class and an object?
Give any criteria when you use an abstract class and an interface?
What are abstract functions? Why are they used?
Can we have a default method definition in the interface without specifying the keyword "default"?
Explain about the relationship between object oriented programming and databases?
Can encapsulation be called as a security device?
Explain about the analysis phase?
Can a class in java be inherited from more than one class?
What is the difference between public, private and protected access modifiers?
Explain the meaning of object in object oriented programming?
What is the use if instanceof keyword?
What is Overloading ? Is it similar to overriding ?
What do you mean by "explicitly implemeting an interface". Give an example?