Solved
what is base page component
how to make the base page component and what it means.
how to make the base page component and what it means.
Hi, This is same as Java inheritance
A base class is an existing class from which the other classes are derived and inherit the methods and properties. A derived class is a class that is constructed from a base class or an existing class.
So when you create a page component e.f. A and when you create another page component B by inheriting the A then A is the base component.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.