Answer Posted / anu
YES class is an object whereas an object is an instance of
a class
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Is it possible to provide method implementations in java interfaces? If possible, how do we provide them?
Explain about inheritance hierarchies?
Can encapsulation be called as a security device?
Explain method overriding.
How to achieve data abstraction?
Can a class implement two interfaces having default method with same name and signature?
Differentiate between overloading and overriding.
Can you use virtual, override or abstract keywords on an accessor of a static property?
What is the difference between public, private and protected access modifiers?
What is the difference between class and interface?
Can you give some examples of tokens?
What are the different types of arguments?
What is ‘this’ pointer?
Why is message passing between the objects important?
Describe inheritance and non-inheritance of a derived class?