How to type casting in OOPS ABAP and ABAP ?
Answers were Sorted based on User's Feedback
Answer / rs agarwal
1. Narrow casting
2. Wide casting
Demo on "Narrow Casting" Parent class->M1 , Child class-
>M1,M2
Attributes of super class can only be accessed.
Methods defined at Super class(M1) can only be accessed.
Methods with REDEFINED Logic(M1) will be called
Methods in child class (M2) cannot be accessed
Demo on "Wide Casting" Parent class->M1 , Child class->M1,M2
Assign address of PARENT to CHILD Class object
Methods defined at child class(M2) can also be accessed
with Parent reference.
Methods with REDEFINED Logic (M1) will be called
The cast is only possible if the object was instantiated as
the child and then it was casted to the parent object and
then back again to the child object. The child has
everything the parent has so there is no problem with this
path.
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / anil kumar
two types of casting
1.narrow casting
2.wide casting
it will comes under inheritance concepts.
like creating object for subclass by using that object we
will call super class methods
Is This Answer Correct ? | 3 Yes | 2 No |
What are the components of sap scripts? : abap hr
Why do we use types statement in abap programming?
What are spa/gpa parameters (sap memory)?
Can anybody tell me the procedure to impliment the SAP OSS notes in detail?
can anyone told me name of abap interview question book with autor name?
What are the advantages and disadvantages of using views in abap programming ?
what is the Tcode BD87?
5 Answers Cibernetix Business Systems, Intel, SAP Labs,
which is a statement used to write a record to a file in ABAP?
Advantages and disadvantages of different types of bdc's?
How does the interection between the dynpro and the abap/4 modules takes place?
If you write a write statement after end-of-selection, will that be triggered ?
What is open sql?