I have created an Activity which allows a user to create a page. This PageActivity extends an Activity. Can I create a class called Update PageActivity that extends PageActivity?
I have created an Activity which allows a user to create a page. This
Share
Yes, you can, as long as you did not declare
PageActivityafinalyou may extend it.