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 method overriding in scala?



What is method overriding in scala?..

Answer / Nishi Jain

"Method Overriding in Scala occurs when a subclass provides a specific implementation for a method that is already declared in its superclass. The purpose of method overriding is to provide custom behavior while maintaining inheritance properties. In Scala, the syntax for method overriding is: subclass_method_name(arguments) { code } where the method name and arguments must match the ones in the superclass"

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Scala Interview Questions

Tell me some features which are supported by Java, but not by Scala and Vice versa?

1 Answers  


Explain operator and Explain types of operators in scala?

1 Answers  


What are the available Build Tools to develop Play and Scala based Applications?

1 Answers  


What are higher-order functions?

1 Answers  


What is the usage of isInstanceOf and asInstanceOf methods in Scala? Is there anything similar concept available in Java?

1 Answers  


What is the difference between statically typed and dynamically typed languages?

1 Answers  


Why is scala faster than java? Explain

1 Answers  


What do you understand by apply and unapply methods in scala?

1 Answers  


What do you mean by trait in scala and when it is used?

1 Answers  


Like Java’s java.lang.Object class, what is the super class of all classes in Scala?

1 Answers  


How to implement interfaces in Scala?

1 Answers  


Which is better scala or python?

1 Answers  


Categories