Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is final in scala?



What is final in scala?..

Answer / Pradeep Kumar Sonkar

"'Final' in Scala is a keyword used to restrict inheritance. When applied to classes, it means that the class cannot be subclassed; when applied to methods or variables, it means that they cannot be overridden or reassigned respectively."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Scala Interview Questions

Differentiate between null, nil, none and nothing?

1 Answers  


What is Option in Scala? What are Some and None? What is Option/Some/None Design Pattern in Scala?

1 Answers  


What is throw in scala?

1 Answers  


How does it work under-the-hood, when we create an instance of a Class without using ‘new’ keyword in Scala? When do we go for this approach?

1 Answers  


Difference between Scala’s Int and Java’s java.lang.Integer? What is the relationship between Int and RichInt in Scala?

1 Answers  


Explain data types in scala?

1 Answers  


What is Monad in Scala?

1 Answers  


What do you understand by an implicit parameter in scala ?

1 Answers  


Mention the difference between an object and a class ?

1 Answers  


What is the utilization of tuples in scala?

1 Answers  


What is a singleton object in scala?

1 Answers  


Explain if-else-if terminology?

1 Answers  


Categories