Getting Started with Scala
Begin your journey as a Computer Programmer by building a solid foundation in the beginner-friendly and highly sought-after language - Scala. This course is designed to introduce complete beginners to Scala syntax, basic script writing, and solving simple mathematical problems.
Learning Simple Data Structures in Scala
Discover Scala's native data structures: Arrays, Lists, Sets, and Maps. This course enhances your ability to manage and manipulate data in Scala. Starting with arrays, you will explore multi-dimensional arrays, lists, sets, and maps, focusing on creation, element access, properties, and practical usage. This knowledge equips you with the skills needed for more advanced programming tasks.
Iterations and Loops in Scala
Dive into Scala's loop structures with this course. Master the 'for' and 'while' loops, combine loops with conditional statements, and tackle nested loops. Enhance your data manipulation prowess in Scala through practical examples, making your programming more efficient and flexible.
Writing Functions using Scala
Uncover the expanse of Scala functions in this lesson. The course offers an introduction to the Scala Function syntax, as well as how to create your own Scala functions.
Introduction to Object-Oriented Programming in Scala
This course guides you through the core concepts of Object-Oriented Programming (OOP) in Scala. Learn about classes, objects, properties, and methods. Master constructors, encapsulation, inheritance, polymorphism, and traits. Through practical exercises, gain the skills to effectively design and manipulate complex programs using OOP principles.