Answer Posted / sravan
an usecase is a sequence of actions which can be done by a
actor.
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
Explain the use of Vtable and what are the various problems to override the functions?
Whether static method can use nonstatic members?
Does PowerShell support OOPs?
Explain what is single and multiple inheritance?
Is iterator a class or interface? What is its use?
What is operator overloading?
What is difference between static and non-static fields of a class?
What is diamond inheritance problem? How java 8 solves this problem?
How to achieve data abstraction?
What is the difference between a class and a structure?
What is data abstraction? what are the three levels of data abstraction with Example?
Can a class implement two interfaces having default method with same name and signature?
what is full form OOP?
what are the different ways for a method to be overloaded?
What is constructor and virtual function? Can we call virtual funciton in a constructor?