android - Java extends from class with <class name> -


can explain meaning of in below code snippet

public class noteadapter extends  arrayadapter<note>{  } 

in example note java class.

it means note adapter inherits arrayadapter generic class.the generic class arrayadapter accepts argument of type note.to understand more visit topic generics in java


Comments

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -