Software Development Tutorial - What is object-oriented language?

Software Development Tutorial - What is object-oriented language?

LinkedIn Learning

12 лет назад

443,427 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Mohamed
Mohamed - 09.05.2022 10:09

What is the name of the INSTRUCTOR ??

Ответить
l3VGV
l3VGV - 05.04.2022 22:21

score = score++;

omg!

Ответить
Kayla Bragg
Kayla Bragg - 27.03.2022 18:30

..vfddf

Ответить
Keifer
Keifer - 07.03.2022 04:55

Wow. For once, I kinda get it. Wish he'd gotten deeper into objects at the end but all in all, I'm at a much better place with this concept. Plus, he's got a cool voice & accent

Ответить
vanessa mulandwa
vanessa mulandwa - 01.04.2021 00:30

The students you teach are so damn lucky, I am jealous. I wish all my classes were taught by you. Your explanation is just so perfect.

Ответить
Stefan Frisk
Stefan Frisk - 12.10.2020 22:59

Very good explanation 👏.

Ответить
AYUSH
AYUSH - 10.10.2020 09:31

What is his accent

Ответить
AYUSH
AYUSH - 10.10.2020 09:17

Not gonna lie, I've seen like 4-5 videos but didn't get it. Here I'm halfway through the video and I'm loving it.
Thank you.

Ответить
Mr. Nobody
Mr. Nobody - 31.08.2020 04:40

I need help

Example:
Button = class
Method = it can take you to the menu
What will property be ???????????

Ответить
Mr. Nobody
Mr. Nobody - 30.08.2020 22:59

Hello sir would better for me if you can do an explanation of the button class please

Ответить
Hamed
Hamed - 29.08.2020 05:48

Thanks

Ответить
Bereket Biniyam
Bereket Biniyam - 21.08.2020 20:02

whatever you teaching am learning.

Ответить
Christopher Agbi
Christopher Agbi - 10.08.2020 01:47

The explanation is clear. and i anticipate to see more of your videos

Ответить
Muhammad Lall
Muhammad Lall - 21.07.2020 13:45

Excellent OOP concepts

Ответить
abdi hashi
abdi hashi - 07.07.2020 04:20

Thank you very much. I never understood what object orientation is before.

Ответить
Eugene Pashch
Eugene Pashch - 15.06.2020 16:57

Best explanation on here!

Ответить
Kate Tk
Kate Tk - 08.06.2020 11:54

Really helpful!

Ответить
EBRAHIM SAEED
EBRAHIM SAEED - 01.06.2020 11:01

Amazing

Ответить
Петя Табуреткин
Петя Табуреткин - 11.04.2020 00:40

The objects don't represent some abstract ideas
ItemDecoratorProxyManagerFactoryInterface begs to differ!

Ответить
PrivateSi
PrivateSi - 11.02.2020 14:38

I prefer object instance and object definition to 'object' and 'class'. In most languages you can have objects without a class reference, or with one. The Class Reference points to the VMT and RTTI (virtual method table and runtime type info) and sits at the start of the object instance. Some languages (ie. Delphi/object pascal) have an 'Object' type for objects who's instances do not contain a class reference-> and 'Class' type for object instances that do. C++ just has classes, no 'object' type, an object is just a class instance.... but surely a class is a definition so a class instance should be an object definition instance... I hope you can see how classes (or specifically, the use of the word class) polluted the OO model, especially syntactically... Object Tree makes less sense than Class Tree though... The lingo around OO is a bit of a mess.... I prefer data or type or data type to object and/or class with (data) cell as property, (data) op instead of method... (data) type definition, (data) type instance.... semi-oo data types such as structs/records confuse the issue even more.

Ответить
Aman Singh
Aman Singh - 23.01.2020 11:49

I wish I had teachers like him when I was in School!!

Ответить
J.D. Maya
J.D. Maya - 07.01.2020 02:38

ARE YOU A JOURNALIST OR JUST A COMMENTATOR.?

Ответить
Marimba Nation
Marimba Nation - 01.01.2020 18:32

sir i want kiss that shiny head

Ответить
Adriana Freire
Adriana Freire - 18.12.2019 03:24

Best explanation ever.

Ответить
Johnny W
Johnny W - 17.12.2019 13:46

This is the best OOP tutorial I've ever watched... yet it's been removed from Lynda/LinkedIn Learning now? What gives?

Edit: Found the answer on Allardice's website: "I’m extremely proud of the content I made while I was [at Lynda] — they became the most-watched and highest rated courses across the entire library. A few of these courses can still be found on LinkedIn Learning, but over the last few years others have been retired, replaced, or just removed. I know this has been a frustration for many viewers who enjoyed those courses, and I can only apologize—it’s not something I can control. (And if you haven’t seen them yet, check out my Pluralsight courses above!)"

Ответить
Toby Sullivan
Toby Sullivan - 06.12.2019 05:51

🚗

Ответить
GoldenToothBrush
GoldenToothBrush - 20.11.2019 16:42

Newbie here! So say for example you had a website which could process peoples credit card details. Would the details the customer puts in for their card be the objects and would the machine then process these objects (card details) with the functions defined in the the relevant class for it? Or have I got his totally wrong?



Thanks in advance.

Ответить
Hossam
Hossam - 16.11.2019 09:24

Very well explanation 👍

Ответить
Srila l
Srila l - 23.10.2019 07:06

Class is defined as a template or blueprint which describes the state/behavior Of its object. In other words class is used to create a object.
Nice explanation very clear and easy to understand for a newbie.

Ответить
Neeraj Kumar Kushwaha
Neeraj Kumar Kushwaha - 13.09.2019 05:50

It is the best explanation I have ever seen on OOPs ..

Ответить
John Casey
John Casey - 08.09.2019 07:13

I have been programming for 37 years and I believe OOP is a load of bunk developed to make programming easier for the average bear. I remember when I was in college in 1991. There was a computer aptitude test to attend the course, so these people were not stupid by any means. Just the same, the number of people who dropped out was staggering. Then during my career, the number of people I encountered who claimed yea, they were programmers for around 5 years, but then burned out and switched careers was equally staggering. I believe there is a small percentage of people who can handle procedural programming and OOP was developed to cater to the rest. OOP is beneficial for lets say game developers, but for the average business software developer, I don't believe OOP is necessary and probably makes things worse. Everyone knows OOP requires ore up front planning/design work. In the 30 years of my professional programming career, I have never had an issue isolating variables within my functions or code reuse. Just my 2 cents.

Ответить
Thales Camargo
Thales Camargo - 27.07.2019 23:12

You are really knowledgeable and a sound teacher. A truly master who are willing to transfer IT foundations. We are learning basic but powerful concepts. Many thanks

Ответить
Pristine the Tech Guy
Pristine the Tech Guy - 29.04.2019 01:57

Oh my God can't stop listening to this

Ответить
Jacob Tran
Jacob Tran - 28.04.2019 23:37

Wait so is classes the same as components?

Ответить
Asad Mominah
Asad Mominah - 09.04.2019 18:26

Thank you for this video. amazing.

Ответить
Rumble
Rumble - 02.04.2019 01:41

Now, go watch Brian Wills video on why object oriented programming sucks in the real world.

Ответить
ABHIJITH K K
ABHIJITH K K - 07.03.2019 17:59

fruit is a class and mango is an object
this is the only stuff understood after studying

Ответить
Luigi Zambetti
Luigi Zambetti - 14.12.2018 23:09

Great teacher with great enthusiasm. I've learnt a lot from him.

Ответить
Smart Programming
Smart Programming - 11.12.2018 06:04

nice explanation, thank you sir 👍👍👍🙂🙂🙂🙂

Ответить
Obidiaso Vincent
Obidiaso Vincent - 20.11.2018 15:51

I can't believe this video was made in 2011. Best tutor ever!

Ответить
DJEpisteme
DJEpisteme - 24.10.2018 22:00

So good! Got 2 pages of notes from this Thanks a TON!

Ответить
fireflies forest
fireflies forest - 14.10.2018 08:50

holy guacamole this a perfect explanation!! thanks A LOT

Ответить
NOAA SAT
NOAA SAT - 06.10.2018 10:59

Object oriented is so much simpler to modify and reinvent in later development cycles.

Ответить
Jason Cummings
Jason Cummings - 11.09.2018 11:11

Presentation
Energy
Reinforcement
Focus
Eloquent
Creativity
Timing.....
..................Just PERFECT

Ответить