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

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

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -