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...


Explain trait in scala and its uses?



Explain trait in scala and its uses?..

Answer / Kumar Amit

A Trait in Scala is a partial abstract class that can be mixed into other classes to inherit its members. It allows for multiple inheritance in a more controlled manner than traditional Java interfaces. Traits can contain both abstract methods (without implementations) and concrete methods (with implementations). They are useful for sharing behavior across multiple classes or providing a way to extend functionality without creating a new hierarchy.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Scala Interview Questions

Write a few frameworks of scala?

1 Answers  


What are the advantages of a anonymous function/function literal in scala?

1 Answers  


Explain ‘Scala higher order’ functions?

1 Answers  


What is the function parameter with a default value in scala?

1 Answers  


What is case object?

1 Answers  


Explain how scala is both functional and object-oriented programming language?

1 Answers  


What is currying in scala?

1 Answers  


Give some examples of packages in scala?

1 Answers  


Explain the scala anonymous function.

1 Answers  


What is the result of x+y*z and why?

1 Answers  


How can you format a string?

1 Answers  


Explain the scope provided for variables in scala.

1 Answers  


Categories