Parentheses around data type?

前端 未结 5 998
醉梦人生
醉梦人生 2020-12-03 12:22

I am a beginning programmer and came across this in my textbook:

public boolean equals(DataElement otherElement)
{
    IntElement temp = (IntElement) otherEl         


        
5条回答
提交回复
热议问题