Valid CRT-450 Dumps shared by ExamDiscuss.com for Helping Passing CRT-450 Exam! ExamDiscuss.com now offer the newest CRT-450 exam dumps, the ExamDiscuss.com CRT-450 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com CRT-450 dumps with Test Engine here:
A lead developer creates a virtual class called "OrderRequest". Consider the following code snippet: How can a developer use the OrderRequest class within the CustomerOrder class?
Correct Answer: C
In Apex, a class can extend a virtual class (similar to abstract classes in Java) by using theextendskeyword. This allows the subclass (CustomerOrder) to inherit properties and methods from the parent virtual class (OrderRequest). Reference:Inheritance in Apex