-
-
Explain the Encapsulation principle
Encapsulation is a process of binding or wrapping the data and the codes that operates on the data into a single entity. This keeps the data safe from outside interface and misuse. One way to think about encapsulation is as a protective wrapper that prevents code and data from being arbitrarily accessed by other code defined outside the wrapper.
-
Abstract Classes
What is the main use of abstract classes?
-
Explicit Constructor
What is Explicit Constructor?
-
-
-
Java Polymorphism
Describe why Java supports only runtime polymorphism?
-
Print Data from Array Index
How do you print data from an arry index by stating the position as the output in the C program?
-
Priority Level
What do you mean by priority level in features of OOPS?
-
Classes and Objects
What is the relationship Between Classes and Objects?
-
-
-
Does C also supports abstraction
Abstraction is defined as hiding details from the end user who should be in no way concerned about the details of the internal mechanism on implementation...but then the same can be achieved in C also , i can use functions, and can comfortably be unaware of theinternal complications of the same, so can i say C also supports abstraction??
-
-
-
-
-
-
-
OOPS Interview Questions
Ans