Company: IndusInd bank on-campus_19may
Difficulty: medium
Bob is developing an ABAP application that requires runtime analysis of various ABAP types. Bob needs to create objects that can provide information about these types during program execution. In this scenario, what approaches can Bob take to create type description objects in ABAP RTTS (Run Time Type Services)? Statements a) Bob would utilize the methods offered by type description classes to create type description objects. b) Bob would rely on the static methods provided by class CL_ABAP_TYPEDESCR to create type description objects. c) Bob would directly instantiate the type description objects using the "NEW" keyword. d) Bob would retrieve the type description objects from a database table. Options Statement a & statement c Statement b & statement c Statement a & statement b Statement a & statement d Input Format There is no input for this question. Output Format Print the text of the correct option exactly as it appears in the option list.