Translate

Friday 1 October 2021

What is class in GroovyScripting groovy training videos in telugu 08

 Watch This Video

https://youtu.be/c3tM6LaP5b8

--------------------------------------------------------------------------------------

http://groovy-lang.org/objectorientation.html#_class


class Developer{

String first
String last
def languages=[]

void work()
{

println "$first $last is working..."
}

}

No comments:

Post a Comment

Note: only a member of this blog may post a comment.