iOS Interview Questions For Freshers
iOS Interview Questions For Freshers
Confidence
Clear communication
Transparency
Describe yourself.
How much you are interested in programming?
Do you have any Handson experience? May be during internship project or by
hobby?
If yes, can you pls describe your programming experience?
Q. What is encapsulation?
A.
Q. What is Inheritance?
A.
Q. What is an Object/Instance?
A. Group of properties/attributes and methods/functions/operations
Q. What is Class
A. A class in Java is a set of objects which shares common characteristics/
behaviour and common properties/ attributes.
Q. What is overlays?
A. Overlays are technique used in operating systems to allow programs to use more
memory.
A. No, we cannot.
Super Class: When a class inherits properties from another class, the inheriting class
is known as super class.