Scala Programming Full Course | Scala tutorial For Beginners | Part 1

preview_player
Показать описание
The second part of this course will be uploaded soon. Please subscribe to our channel to stay updated and ensure that you don't miss it.

#ScalaProgrammingFullCourse | #ScalaTutorialforBeginners | #Scala

⭐️ Contents ⭐
*Introduction*
0:00:00 What Is Scala?
0:00:56 What Are The Positives Of Scala?
0:02:06 What Are The Negatives Of Scala?

*Setup*
0:04:46 Downloading Scala
0:08:25 Installing Scala - Windows
0:13:51 Installing Scala - Mac
0:17:47 Installing Scala - Linux
0:22:19 Creating A Script In Scala
0:27:17 Creating An Application In Scala

*Scala Basics*
0:33:59 val And var
0:38:00 Lazy val
0:42:13 Bending Variables And Values To Your Will
0:46:30 byte, short, int, long, Floats, Booleans, And Doubles
0:54:08 if, else if, else
0:58:14 while, do while
1:03:32 For Loops
1:11:58 Strings
1:13:44 Smart Strings
1:21:03 String Formatting
1:33:15 String Interpolation

*Scala Methods*
1:42:34 Basic Methods
1:50:18 Scala Methods
1:50:26 Any, AnyVal, AnyRef
1:59:14 Different Return Types
2:01:53 Unit And Unit Conventions
2:12:38 Recursion
2:17:58 Tail Optimized Recursion
2:24:50 Methods In Methods
2:26:59 Bending Method Names To Your Will
2:31:43 Operator Overloading
2:36:57 Method Overloading
2:41:39 Named And Default Arguments
2:47:40 AsInstanceOf And IsInstanceOf
2:55:08 Parameterized Types On Methods

*Scala Classes*
3:05:53 Classes
3:15:54 Java Getters And Java Setters
3:20:56 Constructors
3:29:49 Constructor Named And Default Arguments
3:32:58 Methods In Classes
3:42:50 Preconditions, Exceptions, And Exception Handling
3:53:32 Subclassing
4:03:25 Overriding Methods
4:12:43 equals, hashCode, toString
4:25:07 Case Classes
4:33:29 Scala
4:33:37 Abstract Classes
Рекомендации по теме
Комментарии
Автор

Thank you for the tutorial! What are the main differences between Scala 2 and 3, and is version 3 backward-compatible?

jawuku
Автор

I mean the changed that with Tasty and scala 3. So no more new libraries for new minor version. Forward compatible.

MrDejvidkit
Автор

Can you please recommend a good book about Scala?
Thank you,

Canda-fhxc
Автор

Can you make java video completely and briefly

kasaramyogesh
Автор

is scala a good prolang? or should i learn java first before learn scala?

cheftam-fw