SIGN IN SIGN UP

Login to your account

Username or Email *
Password *
Remember Me
Apex Intermediate Progress | ( Lessons)
%

Lesson: 13 | Extending a Class


You can extend a class to provide more specialized behavior. A class that extends another class inherits all the methods and properties of the extended class. The extending class can override the existing virtual methods by using the override keyword in the method definition. Overriding a virtual method allows you to provide a different implementation for an existing method. This means that the behavior of a particular method is different based on the object you’re calling it on.

 


Prev You need to login to have access to the quizzes. Next

Mastered by 78 users.

Apex Intermediate

A. Apex DML Operations (8 lessons)
B. Apex Classes (17 lessons)
C. Apex Triggers (9 lessons)
D. Apex Exceptions (11 lessons)
E. Asynchronous Apex (6 lessons)
F. SOSL (10 lessons)
G. Testing Apex (9 lessons)
H. Apex Fast Recap (142 lessons)
I. Build Apex Coding Skills (64 lessons)
Go to top