You are on page 1of 3

OOABAP

23 January 2024
01:36

What is difference between procedural & OO Programming?


What is class?
What is object?
Can we instantiate a class within implementation of other class?
What is deferred key word ?
What is static attribute & method?
How to create a global class ?
How can we pass importing parameter ? pass by value/pass by reference
What is preferred parameter ? more than one optional & no mandatory
can static method use instance attribute ?
Can a method call itself?
What is me variable?
What is constructor ?What are type of constructor ?When it is called ?
Can we have export parameter in Instance constructor?
Can instance constructor raise exception ?
When static constructor is called?
Can we have interface for static class or constructor?
What is abstract class ?
Can we implement abstract method in abstract class ? if not then where it can be im
What is final class & Method ?
Can subclass call super class constructor?
Can we call static constructor more than once in a program?
What is method redefinition?
What is interface ?
Can we implement interface in private section of any class ?
Is it mandatory to implement all the methods of interface ?
What is alias ? Instead of specifying full name of interface methods we can assign it
.
What is event handler method ?
Can we have more than one event handler method for same event ?
Can event have import parameter ?
How you handled exception during programming?
What Is A Reference Variable?
What are The Limitations Of redefining A Method?
What Is A singleton Class In Ooabap?
What are The Advantages Of Oo Alv?
Can We instantiate Abstract Class In Ooabap
What Is The difference Between Abstract Class And interface?
What are The types Of Constructors In Ooabap
What is upcasting and down casting
Abstraction, Encapsulation, And Polymorphism
What Is Method overriding
What Is The difference In attributes defined In The Public Versus private Section Of
How Many types Of Classes are there In Ooabap
what is a singleton class
How do you handle locking mechanisms in Object-Oriented ABAP for data consisten
Explain the concept of event chaining in Object-Oriented ABAP.
Explain the difference between a global event and a local event.
How do you define events in ABAP classes?
What is the purpose of the RAISE EVENT statement in ABAP?
How can you capture and handle events in ABAP classes?
Explain the role of the SET HANDLER statement in event handling.
What is the use of the ADD EVENT HANDLER statement in ABAP?
Discuss the concept of event parameters in ABAP.
How can you prevent an event from being processed in ABAP?
Explain the difference between synchronous and asynchronous events.

You might also like