What are associative classes?
Answer Posted / mak
A class derived from association then it is called association class
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is constructor and virtual function? Can we call virtual funciton in a constructor?
Why abstraction is important?
How do you prevent a class from being inherited by another class?
What is Abstract method and how different from Virtual Method?
Can a class implement two interfaces having default method with same name and signature?
Write basic concepts of oops?
What is a ternary operator?
Which OOPS concept is used as a reuse mechanism?
What's the order of call of constructors in inheritiance?
Define Data Abstraction. What is its importance?
Can a function be overloaded based on return types?
Explain what an object is.
State two differences between an object and a class.
What is the diffrence between an abstract class and interface?
What are sealed modifiers?