I want to-->
class mainactivity extends ListActivity,MapActivity{ }
It's possible???
class mainactivity extends Any java class1,Any java Class2{ }
anyone possible??
you can't . java doesn't let that type of polymorphism . You must use implements for interfaces .
Read this
No it's not possible because you can not extend more than one class but you can implement more than one interface which is not of any use here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With