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


How do we declare a private Primary Constructor in Scala? How do we make a call to a private Primary Constructor in Scala?



How do we declare a private Primary Constructor in Scala? How do we make a call to a private Primary..

Answer / Mohd Junaid Siddiqui

To declare a private primary constructor, you simply add the 'private' keyword before 'def'. To call a private primary constructor from another constructor (secondary constructor), use the 'super' keyword. Here is an example: class MyClass(private def this(name: String)) { ... }

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Scala Interview Questions

If I want to become a Fullstack Scala Developer, which technology stack I should learn?

1 Answers  


What is final in scala?

1 Answers  


What is the breakable method in scala?

1 Answers  


Mention the difference between an object and a class ?

1 Answers  


What is Scala anonymous function?

1 Answers  


What is REPL in Scala? What is the use of Scala’s REPL? How to access Scala REPL from CMD Prompt?

1 Answers  


What is Either in Scala? What are Left and Right in Scala? Explain Either/Left/Right Design Pattern in Scala?

1 Answers  


What is the latest version of scala?

0 Answers  


What are the popular JVM Languages available now?

1 Answers  


What is apply method in Scala? What is unapply method in Scala? What is the difference between apply and unapply methods in Scala?

1 Answers  


Explain what is unit in scala?

1 Answers  


What is pattern matching?

1 Answers  


Categories