Can we use instance attributes inside a static attributes? say yes or no ?
Answer Posted / sivaramakrishna
no we can't use because static attributes are created when a class is declared and we can use before instance created to that class but the instance attributes are get initialized and activated only after the class is instantiated.
Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What are aggregated objects
What are the attributes of the data in data dictionary? : abap data dictionary
How the at-user command serves mainly in lists?
Difference between sy-tabix and sy-index? Where it is used?
What are the different types of the sap abap data dictionary objects?
Can we define our own match code id's for sap matchcodes? : abap data dictionary
What are the two levels in defining a match code? : abap data dictionary
Explain how to create any functions?
What are the aggregate objects in the data dictionary? : abap data dictionary
Explain the client concept of sap.
Different between Interface and Abstract classes?
What’s value table?
What is payroll driver ? : abap hr
How is conversion of data types done between abap/4 & external level? : abap data dictionary
What are datasets in abap?