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 the difference between a trait and an abstract class?



Explain the difference between a trait and an abstract class?..

Answer / Rohit Agrawal

{"Traits": ["Traits in Scala are like interfaces + multiple inheritance. They can contain methods, variables, and other traits. A class adopting a trait inherits all members of that trait."], "Abstract Classes": ["An abstract class is a partially implemented class that cannot be instantiated directly. It contains both concrete (implemented) and abstract (unimplemented) methods. Unlike interfaces, it can contain variables as well."]}

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Scala Interview Questions

Explain if-else-if terminology?

1 Answers  


What do you understand by tail recursion in scala ?

1 Answers  


Does Scala support all Functional Programming concepts? Does Java 8 support all Functional Programming concepts?

1 Answers  


mention the types of variables in scala? And what is the difference between them?

1 Answers  


Why Scala does NOT have 'static' keyword? What is the main reason for this decision?

1 Answers  


What is the equivalent construct of Scala’s Option in Java SE 8? What is the use of Option in Scala?

1 Answers  


Explain the main difference between List and Stream in Scala Collection API? How do we prove that difference? When do we choose Stream?

1 Answers  


How is a class different from an object?

1 Answers  


Differentiate between array and list in scala.

1 Answers  


What is seq in scala collection?

1 Answers  


What is scala closure?

1 Answers  


What is an array in scala?

1 Answers  


Categories