We may earn an affiliate commission when you visit our partners.
Course image
Dan Wahlin
TypeScript supports many different ways to define and create objects which can be confusing especially when you're new to the language. Should you use a constructor function, Object.create(), classes, a coding pattern, or some other technique when creating...
Read more
TypeScript supports many different ways to define and create objects which can be confusing especially when you're new to the language. Should you use a constructor function, Object.create(), classes, a coding pattern, or some other technique when creating objects? In this course, Creating Object-oriented TypeScript Code, you'll learn different ways to create objects while focusing on object-oriented programming (OOP) techniques that can be used to maximize reuse and enhance productivity. First, you'll explore the core principles of object-oriented programming, such as encapsulation, polymorphism, inheritance, and abstraction, and see how they can be applied and used. Next, you'll discover how to define and instantiate classes in TypeScript, understand what members can be added to a class and the role they play. Then, you'll delve into how inheritance can be used to promote reuse, and what an abstract class is and why you'd use one. Finally, you'll learn about the role of interfaces and how they can be used to create code contracts that drive consistency across a set of objects and enable polymorphic behavior. When you're finished with this course, you'll have the skills and knowledge needed to build robust object-oriented applications using the TypeScript language and understand when and why to apply object-oriented programming principles.
Enroll now

Here's a deal for you

We found an offer that may be relevant to this course.
Save money when you learn. All coupon codes, vouchers, and discounts are applied automatically unless otherwise noted.

Good to know

Know what's good
, what to watch for
, and possible dealbreakers
Examines some of the core principles of object-oriented programming and how they can be applied and used
Explores several ways to create, define, and instantiate objects in TypeScript, many of which are standard in industry
Goes into detail about how inheritance can be used to promote reuse, which is a core skill for practicing object-oriented programming in industry
Teaches interfaces and how they can be used to create code contracts that drive consistency across a set of objects and enable polymorphic behavior
Taught by Dan Wahlin, who is recognized for his work in TypeScript and object-oriented programming
Explicitly requires learners to come in with object-oriented programming knowledge first

Save this course

Save Creating Object-oriented TypeScript Code to your list so you can find it easily later:
Save

Activities

Coming soon We're preparing activities for Creating Object-oriented TypeScript Code. These are activities you can do either before, during, or after a course.

Career center

Learners who complete Creating Object-oriented TypeScript Code will develop knowledge and skills that may be useful to these careers:
Software Engineer
Software Engineers design, develop, test, and implement computer software. Software Engineers develop the applications that we use on our computers, phones, and tablets. They also maintain and update existing software. This course helps build a foundation for Software Engineers by teaching them the principles of object-oriented programming. Object-oriented programming is a powerful technique for organizing code and making it more reusable. By learning object-oriented programming, Software Engineers can write code that is more efficient, maintainable, and extensible.
Mobile Developer
Mobile Developers design and develop mobile applications. They work with clients to understand their needs and then create a mobile application that meets those needs. This course may be useful for Mobile Developers who want to learn more about object-oriented programming. Object-oriented programming can help Mobile Developers write code that is more efficient, maintainable, and extensible.
Web Developer
Web Developers design and develop websites and web applications. They work with clients to understand their needs and then create a website or web application that meets those needs. This course may be useful for Web Developers who want to learn more about object-oriented programming. Object-oriented programming can help Web Developers write code that is more efficient, maintainable, and extensible.
Game Developer
Game Developers design and develop video games. They work with clients to understand their needs and then create a video game that meets those needs. This course may be useful for Game Developers who want to learn more about object-oriented programming. Object-oriented programming can help Game Developers write code that is more efficient, maintainable, and extensible.
Data Scientist
Data Scientists use data to solve problems and make decisions. They work with data to find patterns and trends. They also develop models to predict future events. This course may be useful for Data Scientists who want to learn more about object-oriented programming. Object-oriented programming can help Data Scientists write code that is more efficient, maintainable, and extensible.
Machine Learning Engineer
Machine Learning Engineers design and develop machine learning models. They work with data to find patterns and trends. They also develop models to predict future events. This course may be useful for Machine Learning Engineers who want to learn more about object-oriented programming. Object-oriented programming can help Machine Learning Engineers write code that is more efficient, maintainable, and extensible.
Computer Scientist
Computer Scientists research and develop new computer technologies. They work on a wide range of topics, including artificial intelligence, computer graphics, and operating systems. This course may be useful for Computer Scientists who want to learn more about object-oriented programming. Object-oriented programming is a powerful technique for organizing code and making it more reusable.
Database Administrator
Database Administrators design and maintain databases. They work with clients to understand their needs and then create a database that meets those needs. This course may be useful for Database Administrators who want to learn more about object-oriented programming. Object-oriented programming can help Database Administrators write code that is more efficient, maintainable, and extensible.
Systems Analyst
Systems Analysts design and develop computer systems. They work with clients to understand their needs and then create a computer system that meets those needs. This course may be useful for Systems Analysts who want to learn more about object-oriented programming. Object-oriented programming can help Systems Analysts write code that is more efficient, maintainable, and extensible.
Business Analyst
Business Analysts work with clients to understand their business needs. They then develop solutions to help clients meet their needs. This course may be useful for Business Analysts who want to learn more about object-oriented programming. Object-oriented programming can help Business Analysts write code that is more efficient, maintainable, and extensible.
Technical Writer
Technical Writers write documentation for software and other technical products. They work with engineers and other technical experts to understand the product and then write documentation that is clear and easy to understand. This course may be useful for Technical Writers who want to learn more about object-oriented programming. Object-oriented programming can help Technical Writers write documentation that is more accurate and easier to understand.
Sales Engineer
Sales Engineers sell software and other technical products. They work with customers to understand their needs and then help them choose the right product. This course may be useful for Sales Engineers who want to learn more about object-oriented programming. Object-oriented programming can help Sales Engineers write code that is more efficient, maintainable, and extensible.
Product Manager
Product Managers develop and manage products. They work with customers and other stakeholders to understand their needs and then develop a product that meets those needs. This course may be useful for Product Managers who want to learn more about object-oriented programming. Object-oriented programming can help Product Managers write code that is more efficient, maintainable, and extensible.
Technical Support Engineer
Technical Support Engineers help customers with software and other technical issues. They work with customers to understand their problems and then help them find a solution. This course may be useful for Technical Support Engineers who want to learn more about object-oriented programming. Object-oriented programming can help Technical Support Engineers write code that is more efficient, maintainable, and extensible.
Project Manager
Project Managers plan and manage projects. They work with clients to understand their needs and then develop a plan to meet those needs. This course may be useful for Project Managers who want to learn more about object-oriented programming. Object-oriented programming can help Project Managers write code that is more efficient, maintainable, and extensible.

Reading list

We haven't picked any books for this reading list yet.
This comprehensive reference book provides a thorough overview of Java, including OOP concepts and features. It covers essential topics such as classes, objects, inheritance, and polymorphism, making it suitable for beginners and intermediate developers seeking a comprehensive resource.
Explores advanced object-oriented programming techniques, covering topics such as design patterns, refactoring, and dependency injection. It provides insights into effective software design and implementation, making it valuable for experienced developers seeking to enhance their skills.
Introduces object-oriented programming (OOP) using C++, covering basic concepts, data structures, and algorithms. It emphasizes code simplicity and clarity, making it suitable for beginners or those new to OOP.
Introduces OOP concepts and Java programming, providing a comprehensive overview of OOP principles. It covers encapsulation, inheritance, polymorphism, and design patterns, making it suitable for beginners or those new to OOP.
Delves into advanced OOP concepts and design strategies, exploring topics such as concurrency, design patterns, and frameworks. It provides in-depth coverage for experienced developers looking to enhance their OOP knowledge and skills.
Introduces object-oriented modeling, covering class diagrams, sequence diagrams, and use cases. It provides a solid foundation for understanding how to model and design object-oriented systems, making it suitable for software engineers and architects.
Introduces refactoring techniques for improving the design and structure of existing code without changing its behavior. It covers various refactoring patterns and provides guidelines for effective code refactoring, making it essential for developers seeking to maintain and evolve high-quality software.
Provides an introduction to object-oriented design, covering principles such as cohesion, coupling, and polymorphism. It emphasizes practical techniques for designing and implementing object-oriented software, making it useful for intermediate and advanced developers.
Is an introduction to programming and computer science using Python, focusing on OOP concepts. It covers fundamental data structures, algorithms, and design patterns, providing a solid understanding of OOP principles.
Provides a practical guide to object-oriented analysis and design (OOAD), exploring concepts and techniques for developing well-structured and maintainable software. It emphasizes real-world examples and case studies, making it accessible to both beginners and experienced developers.
This classic book introduces design patterns, which are reusable solutions to common software design problems. It explores 23 patterns, providing insights into their implementation and usage, making it essential for experienced developers seeking to improve their OOP skills.
A comprehensive textbook on Java fundamentals, including a detailed chapter on classes and objects. Suitable for beginners and intermediate learners.
An in-depth guide to classes in C++, covering advanced topics such as templates, inheritance, and polymorphism. Suitable for experienced C++ developers.
A guide to object-oriented programming in JavaScript, covering topics such as classes, inheritance, and polymorphism. Suitable for intermediate and experienced JavaScript developers.
A comprehensive guide to classes in Python, covering advanced topics such as metaclasses and descriptors. Suitable for experienced Python developers.

Share

Help others find this course page by sharing it with your friends and followers:

Similar courses

Similar courses are unavailable at this time. Please try again later.
Our mission

OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.

Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.

Find this site helpful? Tell a friend about us.

Affiliate disclosure

We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.

Your purchases help us maintain our catalog and keep our servers humming without ads.

Thank you for supporting OpenCourser.

© 2016 - 2024 OpenCourser