যেগুলা ইউনিভার্সিটিতে সেখানোর কথা সেগুলা আপনার ভিডিও দেখে শিখছি। অথচ ইউনিভার্সিটিতে যে টাকা দিতে হচ্ছে তার ১০ ভাগের দশমিক ১০ ভাগ টাকা শুধুমাত্র আপনার কোর্স ফি আর ইউটিউব ভিডিও তো ফ্রি। The whole educational system especially in Bangladesh is a joke, specifically in private university in general. Thank you, HM Nayem Sir, I really appreciate your effort. Uncountable thanks.
ভাইয়া ভিডিও অনেক ভালো ছিলো অনেক নতুন জিনিস শিখতে পেরেছি , তবে গিটহাবের লিংক টা দিলে আরো ভালো হতো , ভিডিও দেখার পর কোড দেখে প্রাক্টিস করতে পারতাম , গিটহাবের লিঙ্ক টা দেওয়ার অনুরোধ রইলো
১০+ বছর ধরে এই লাইনে আছি। শুরু থেকেই আমি এমন একটা টিউটোরিয়াল খুজতাম যেখানে আমাকে হাতে কলমে সব বুঝিয়ে দেওয়া হবে। আমার মনে হয় এই ভিডিওটা আমার স্বপ্নের ভিডিও থেকেও বেশি কিছু। এখন পর্যন্ত ৩ ঘন্টা দেখেছি তাতেই অনেক অনেক কিছু জেনেছি আশা করি বাকি ভিডিওটা দেখলে আরো অনেক কিছু জানতে পারব। আপনাকে অনেক অনেক অনেক ধন্যবাদ এমন সুন্দর একটা ভিডিও বানানোর জন্য। এখন আফসোস হচ্ছে কেন আমি এই ভিডিও প্রথমবার পাবলিশ হওয়ার সাথে সাথেই দেখলাম না।
৩ দিন ধরে ভিডিওটি দেখলাম। আগে ক্লাস নিয়ে কাজ করতে ভয় পেতাম, এখন আলহামদুলিল্লাহ, ভয় কেটে গেছে। এছাড়া বাস্তব জীবনের প্রজেক্ট করিয়ে দেখানোর বিষয়টা সেরা ছিলো।
that our HM Nayeem vai. onek hard bisoy ke easy kore bujhanor master HM Nayeem vai. not just thanx enough for you vai, you deserve lot's of prayer from my heart.❤❤
00:03 Object-oriented programming is a way of structuring code that focuses on objects and their interactions 27:57 Encapsulation: Objects should control their own state 1:10:58 Understanding the concept of class and its properties 1:40:46 Managing resources and accounts for students, guardians, teachers, and staff at a university 2:20:57 Understanding JavaScript OOP and building a real-world project 2:32:54 The video discusses JavaScript OOP and building a real-world project. 3:00:33 Understanding relationships in JavaScript OOP 3:22:51 Introduction to the basic architecture of an e-commerce application 3:55:21 Creating class instances and accessing their properties in JavaScript 4:10:32 Introduction to JavaScript OOP and building a real-world project 4:46:36 Understanding the basics of JavaScript OOP 5:01:44 Understanding JavaScript OOP 5:23:34 Convert parent class instance to child class 5:39:20 Understanding JavaScript OOP basics 5:57:20 JavaScript OOP Simplified - Master the Basics and Build a Real-World Project 6:04:52 JavaScript OOP Simplified - Key Concepts Explained 6:19:28 Understanding JavaScript OOP Basics 6:27:27 Understanding JavaScript OOP basics and building a real-world project 6:42:03 Creating Legacy exam.js 6:57:12 Understanding the Guardian class and its purpose 7:19:52 Advanced Credit is equal to a client's console.log 7:27:18 JavaScript OOP Simplified 7:43:30 Teacher details and employee ID missing 7:53:51 Introduction to Object-Oriented Programming (OOP) Crafted by Merlin AI.
নাঈম ভাই মানেই প্রিমিয়াম কিছু অবশ্যই এটা মনের মধ্যে চলে আসে ভিডিও দেখার পরে বুঝলাম আমার ধারনা ভুল না । আপনাকে ধন্যবাদ দিয়ে শেষ করা যাবে না আপনার জন্য মন থেকে দোয়া ভাই আল্লাহ আপনার নেক হায়াত দান করুন আপনাকে সুস্থ রাখুন আপনার থেকে প্রোগ্রামিং লারনার দের অনেক কিছু পাওয়ার আছে । আপনার কন্টেন্ট এর একটা বিশেষ দিক আমার খুবই ভাল লাগে যে আপনি শুধু সমাধান করে চলে যান না বা বুঝিয়ে দিয়ে শেষ করে দেন এমন না আপনি ডিপলি ভাবতে শেখান । ধন্যবাদ নাঈম ভাই
🎯 Key Takeaways for quick navigation: 02:20 🧩 Object-oriented programming (OOP) is a paradigm used to structure and design code around objects, which are instances of classes. 06:49 🗺️ OOP is advantageous when dealing with real-world data and objectives, making it easier to model and relate to such data compared to procedural programming. 12:22 📚 Classes and objects are the building blocks of OOP, where a class serves as a blueprint to create multiple objects with shared properties and methods. 18:49 🧩 Abstraction in OOP involves hiding implementation details and exposing only relevant features to the users. 23:19 📦 Encapsulation in OOP refers to the bundling of data and methods within a class, providing controlled access to its internal state. 27:33 🔗 Inheritance allows a class to acquire the properties and behavior of another class, promoting code reuse and hierarchical relationships. 29:08 🔗 Composition is another way of structuring classes, where one class contains references to objects of other classes to build complex relationships. 43:02 📦 JavaScript classes can have static methods and properties, which are accessed directly from the class and do not require instance creation. 45:41 🔄 Type conversion in JavaScript involves converting values between different types explicitly or implicitly, based on context or methods like `Number()`, `String()`, and `Boolean()`. 05:48:09 🧰 A JavaScript function to get ID and circular connector function is demonstrated. 05:52:08 🏫 The concept of extending a class in JavaScript is explained using the "uni person" example. 05:56:03 🛠️ Getters and setters are implemented for the "department" class. 06:00:51 📚 The "student" class is created with access modifiers for properties like ID and name. 06:09:24 🏢 The "address" class is defined with properties like road, city, region, etc. 06:18:00 💼 Instances of "Guardian," "Student," and "Department" classes are created and related. 06:22:08 🧾 The "address" class is converted to a string using the `toString()` method. 06:26:17 📝 The "contact" class is defined with properties like ID, email, and phone. 06:32:38 🧵 The "contact" class is converted to a string using the `toString()` method. 06:34:46 🌐 The "contact," "address," "student," and "employee" modules are exported. 06:48:04 📜 The "subject" class is defined with properties like ID and name. 07:08:50 🗄️ Instances of "Guardian," "Student," and "Department" classes are created and related. 07:19:20 💡 The `reduce()` method is used to calculate the total credits of teachers. 07:32:39 💬 Instances of "teacher" and "department" classes are created and related. 07:38:45 🧷 The "teacher" class is related to the "subject" class and the "department" class. 07:43:56 🔄 Object relationships, such as one-to-one and one-to-many, are demonstrated. 07:54:28 ➗ The `reduce()` method is used to count students with a specific blood type. Made with HARPA AI
খুব সুন্দর বুঝিয়েছেন। অসংখ্য ধন্যবাদ OOP ভিডিও দেওয়ার জন্য। part part করে দিলে আরও ভালো ভাবে বুঝতে পারতাম। কারন দীর্ঘ সময় মনোযোগ ঠিক থাকে না!! Part part করে দেওয়ার জন্য বিশেষ অনুরোধ রইলো।
vai ekdin a purata na dekhe 1 hour kore 8 session dekhe nilei easy hoye jay. hoite pare dine 2 session dekhlen tahole 4 din lagbe or 3 session dekhle 2.5 din lagbe....personal productive technique share korlam
১ বছর আগে যখন দেখেছিলাম অনেকটা বিগিনার ছিলাম। আজকে আবার অবজেক্ট অরিয়েন্টেড প্রগ্রামিং শিখতে এসে পুরো অবাক হচ্ছি, ক্লাসটা এতই জোশ ছিল সেটা এখন অনুভব করতে পারতেছি🤍🤍 থেংক ইউ নাইম ভাই❤
Vai, what sets your tutorial apart is that you teach not just how to implement, but also why and how to think during the process. Thank you for your efforts...
vaiya purota dekhe ses korlam. Kintu composition and aggregation er kaj ta to code e dekhano hoi nai mane kivabe oita kaj kore. Eita dekhale ekta purnota asto. But jototuku dekhaisen alhamdulillah. Onek onek doa apnar jonno.
Bhai kibhabe bujhbo relation a arrow kon dike dite hobe , ata aktu confusion hocche. Like exam and subject , arrow ta ki ami exam to subject korbo naki subject to exam and why ??
7:20:07 এ যে সমস্যাটি হয়েছিলঃ প্রথম iteration এ a এর মান: Subject { id: 101, name: 'CS Fundamentals', credit: 3 } প্রথম iteration এ b এর মান: Subject { id: 103, name: 'Calculus 1', credit: 4 } এখানে a.credit=3 এবং b.credit=4 যখন a.credit+b.credit run হবে তখন এটি 3+4 যোগ করে মানটি accumulator এ স্টোর করবে। এখন accumulator a এর মান 7, উল্লেখ্য যে এটি একটি Integer ভেলু, object না। এই কারণে দ্বিতীয় iteration এ যখন a.credit run হবে তখন এটি undefined রিটার্ন করবে, কারণ 7.credit[a.credit] সম্ভব না। দ্বিতীয় iteration এ a এর মান: 7 দ্বিতীয় iteration এ b এর মান: Subject { id: 102, name: 'Linear Algebra', credit: 2 } এখানে a.credit=7.credit=undefined এবং b.credit=2 ফলে যখন a.credit+b.credit run হবে তখন এটি undefined+2 যোগ করবে যা NaN রিটার্ন করবে।
Vaiya ei class diagram er shate ERD er kono relation ase ki? Like jokhon amra ekta fullstact project korte jabo tokhon class diagram dekhe ki ERD korte parbo ba ERD dekhe ki class diagram korte parbo jehetu class er object er shate Database er Table er ekta mil ase? erokom ki kono relation ase?
- [02:20](ua-cam.com/video/B6vSq4KiZeM/v-deo.html) 🧩 Object-oriented programming (OOP) is a paradigm used to structure and design code around objects, which are instances of classes. - [06:49](ua-cam.com/video/B6vSq4KiZeM/v-deo.html) 🗺 OOP is advantageous when dealing with real-world data and objectives, making it easier to model and relate to such data compared to procedural programming. - [12:22](ua-cam.com/video/B6vSq4KiZeM/v-deo.html) 📚 Classes and objects are the building blocks of OOP, where a class serves as a blueprint to create multiple objects with shared properties and methods. - [18:49](ua-cam.com/video/B6vSq4KiZeM/v-deo.html) 🧩 Abstraction in OOP involves hiding implementation details and exposing only relevant features to the users. - [23:19](ua-cam.com/video/B6vSq4KiZeM/v-deo.html) 📦 Encapsulation in OOP refers to the bundling of data and methods within a class, providing controlled access to its internal state. - [27:33](ua-cam.com/video/B6vSq4KiZeM/v-deo.html) 🔗 Inheritance allows a class to acquire the properties and behavior of another class, promoting code reuse and hierarchical relationships. - [29:08](ua-cam.com/video/B6vSq4KiZeM/v-deo.html) 🔗 Composition is another way of structuring classes, where one class contains references to objects of other classes to build complex relationships. - [43:02](ua-cam.com/video/B6vSq4KiZeM/v-deo.html) 📦 JavaScript classes can have static methods and properties, which are accessed directly from the class and do not require instance creation. - [45:41](ua-cam.com/video/B6vSq4KiZeM/v-deo.html) 🔄 Type conversion in JavaScript involves converting values between different types explicitly or implicitly, based on context or methods like `Number()`, `String()`, and `Boolean()`. - [05:48:09](ua-cam.com/video/B6vSq4KiZeM/v-deo.html) 🧰 A JavaScript function to get ID and circular connector function is demonstrated. - [05:52:08](ua-cam.com/video/B6vSq4KiZeM/v-deo.html) 🏫 The concept of extending a class in JavaScript is explained using the "uni person" example. - [05:56:03](ua-cam.com/video/B6vSq4KiZeM/v-deo.html) 🛠 Getters and setters are implemented for the "department" class. - [06:00:51](ua-cam.com/video/B6vSq4KiZeM/v-deo.html) 📚 The "student" class is created with access modifiers for properties like ID and name. - [06:09:24](ua-cam.com/video/B6vSq4KiZeM/v-deo.html) 🏢 The "address" class is defined with properties like road, city, region, etc. - [06:18:00](ua-cam.com/video/B6vSq4KiZeM/v-deo.html) 💼 Instances of "Guardian," "Student," and "Department" classes are created and related. - [06:22:08](ua-cam.com/video/B6vSq4KiZeM/v-deo.html) 🧾 The "address" class is converted to a string using the `toString()` method. - [06:26:17](ua-cam.com/video/B6vSq4KiZeM/v-deo.html) 📝 The "contact" class is defined with properties like ID, email, and phone. - [06:32:38](ua-cam.com/video/B6vSq4KiZeM/v-deo.html) 🧵 The "contact" class is converted to a string using the `toString()` method. - [06:34:46](ua-cam.com/video/B6vSq4KiZeM/v-deo.html) 🌐 The "contact," "address," "student," and "employee" modules are exported. - [06:48:04](ua-cam.com/video/B6vSq4KiZeM/v-deo.html) 📜 The "subject" class is defined with properties like ID and name. - [07:08:50](ua-cam.com/video/B6vSq4KiZeM/v-deo.html) 🗄 Instances of "Guardian," "Student," and "Department" classes are created and related. - [07:19:20](ua-cam.com/video/B6vSq4KiZeM/v-deo.html) 💡 The `reduce()` method is used to calculate the total credits of teachers. - [07:32:39](ua-cam.com/video/B6vSq4KiZeM/v-deo.html) 💬 Instances of "teacher" and "department" classes are created and related. - [07:38:45](ua-cam.com/video/B6vSq4KiZeM/v-deo.html) 🧷 The "teacher" class is related to the "subject" class and the "department" class. - [07:43:56](ua-cam.com/video/B6vSq4KiZeM/v-deo.html) 🔄 Object relationships, such as one-to-one and one-to-many, are demonstrated. - [07:54:28](ua-cam.com/video/B6vSq4KiZeM/v-deo.html) ➗ The `reduce()` method is used to count students with a specific blood type. (Note: Some timestamps might not have specific takeaways as they are either code snippets or unrelated discussions)
Yes, React custom hooks make it easier to use and maintain complex code by packaging it into reusable and simpler-to-understand pieces that you can use in different parts of your application
যেগুলা ইউনিভার্সিটিতে সেখানোর কথা সেগুলা আপনার ভিডিও দেখে শিখছি। অথচ ইউনিভার্সিটিতে যে টাকা দিতে হচ্ছে তার ১০ ভাগের দশমিক ১০ ভাগ টাকা শুধুমাত্র আপনার কোর্স ফি আর ইউটিউব ভিডিও তো ফ্রি। The whole educational system especially in Bangladesh is a joke, specifically in private university in general. Thank you, HM Nayem Sir, I really appreciate your effort. Uncountable thanks.
ভিডিওটা দেখার পরে অবশ্যই আপনার মতামত শেয়ার করবেন। আর যদি ভালো লাগে তাহলে বন্ধুদের সাথে শেয়ার করবেন।
Of course bro😊
Thanks bro ❤
it's a greatest resource in Bengali language
ভাইয়া ভিডিও অনেক ভালো ছিলো অনেক নতুন জিনিস শিখতে পেরেছি , তবে গিটহাবের লিংক টা দিলে আরো ভালো হতো , ভিডিও দেখার পর কোড দেখে প্রাক্টিস করতে পারতাম , গিটহাবের লিঙ্ক টা দেওয়ার অনুরোধ রইলো
❤❤❤ it is really helping me lot of that i can not say by typing ❤❤❤
১০+ বছর ধরে এই লাইনে আছি। শুরু থেকেই আমি এমন একটা টিউটোরিয়াল খুজতাম যেখানে আমাকে হাতে কলমে সব বুঝিয়ে দেওয়া হবে। আমার মনে হয় এই ভিডিওটা আমার স্বপ্নের ভিডিও থেকেও বেশি কিছু। এখন পর্যন্ত ৩ ঘন্টা দেখেছি তাতেই অনেক অনেক কিছু জেনেছি আশা করি বাকি ভিডিওটা দেখলে আরো অনেক কিছু জানতে পারব।
আপনাকে অনেক অনেক অনেক ধন্যবাদ এমন সুন্দর একটা ভিডিও বানানোর জন্য।
এখন আফসোস হচ্ছে কেন আমি এই ভিডিও প্রথমবার পাবলিশ হওয়ার সাথে সাথেই দেখলাম না।
৩ দিন ধরে ভিডিওটি দেখলাম।
আগে ক্লাস নিয়ে কাজ করতে ভয় পেতাম, এখন আলহামদুলিল্লাহ, ভয় কেটে গেছে।
এছাড়া বাস্তব জীবনের প্রজেক্ট করিয়ে দেখানোর বিষয়টা সেরা ছিলো।
4 years just wasted while learning this concept but understood nothing. now i am enjoying learning the OOP. May Allah bless you🤩
do u understand him something? 😅
শুধু ধন্যবাদ দিলে তা অনেক কম হয়ে যাবে। এমন টিউটোরিয়াল learners দের জন্য খুবই গুরুত্বপূর্ণ। এমন একটা crash course আছে ভাবতেই পারিনাই। ❤❤❤
Follow us for more informative contents
that our HM Nayeem vai. onek hard bisoy ke easy kore bujhanor master HM Nayeem vai. not just thanx enough for you vai, you deserve lot's of prayer from my heart.❤❤
Many many thanks
পুরো প্যাকেজটা একসাথে পেয়ে লোভ সামলাতে পারিনাই তাই এই উইকেন্ডে আরেকবার ঝালাই করে নিলাম। খুবই ভালো ছিল। ধন্যবাদ নাইম ভাই❤️
3 hours done and important topic write my note book. Thanks bro
00:03 Object-oriented programming is a way of structuring code that focuses on objects and their interactions
27:57 Encapsulation: Objects should control their own state
1:10:58 Understanding the concept of class and its properties
1:40:46 Managing resources and accounts for students, guardians, teachers, and staff at a university
2:20:57 Understanding JavaScript OOP and building a real-world project
2:32:54 The video discusses JavaScript OOP and building a real-world project.
3:00:33 Understanding relationships in JavaScript OOP
3:22:51 Introduction to the basic architecture of an e-commerce application
3:55:21 Creating class instances and accessing their properties in JavaScript
4:10:32 Introduction to JavaScript OOP and building a real-world project
4:46:36 Understanding the basics of JavaScript OOP
5:01:44 Understanding JavaScript OOP
5:23:34 Convert parent class instance to child class
5:39:20 Understanding JavaScript OOP basics
5:57:20 JavaScript OOP Simplified - Master the Basics and Build a Real-World Project
6:04:52 JavaScript OOP Simplified - Key Concepts Explained
6:19:28 Understanding JavaScript OOP Basics
6:27:27 Understanding JavaScript OOP basics and building a real-world project
6:42:03 Creating Legacy exam.js
6:57:12 Understanding the Guardian class and its purpose
7:19:52 Advanced Credit is equal to a client's console.log
7:27:18 JavaScript OOP Simplified
7:43:30 Teacher details and employee ID missing
7:53:51 Introduction to Object-Oriented Programming (OOP)
Crafted by Merlin AI.
Thanks
I think it will be a great resource for OOP in Bengali for a long time👏👏👏 Thanks to Stack Learner🎉🎉🎉
Hope so
নাঈম ভাই মানেই প্রিমিয়াম কিছু অবশ্যই এটা মনের মধ্যে চলে আসে ভিডিও দেখার পরে বুঝলাম আমার ধারনা ভুল না । আপনাকে ধন্যবাদ দিয়ে শেষ করা যাবে না আপনার জন্য মন থেকে দোয়া ভাই আল্লাহ আপনার নেক হায়াত দান করুন আপনাকে সুস্থ রাখুন আপনার থেকে প্রোগ্রামিং লারনার দের অনেক কিছু পাওয়ার আছে । আপনার কন্টেন্ট এর একটা বিশেষ দিক আমার খুবই ভাল লাগে যে আপনি শুধু সমাধান করে চলে যান না বা বুঝিয়ে দিয়ে শেষ করে দেন এমন না আপনি ডিপলি ভাবতে শেখান । ধন্যবাদ নাঈম ভাই
আপনার জন্য শুভকামনা।
OOP niye onek boro akta confusion chilo, Ai video ta theke sob ekdom clear hoye gese. Thank you Stack Learner and Nayem Vai. ❤️
You Are Welcome
অনেক বড় অনুপ্রেরণা + ধন্যবাদ, অনেক কিছুর ব্যবহার দেখানোর জন্য
Welcome
আমি একজন ফ্রন্টেন্ড ডেভালোপার কিন্তু এই ভিডিও দেখে আমার অনেক কিছুই ক্লিয়ার হয়ে যাচ্ছে।
Finally I completed the whole video, yes I got fully recharged MY OOP experience. Thank you Brother.
Glad it helped
Nayem vai, thanks a lot. Your every step is and will act as a milestone for beginners like us.
You are most welcome
Ato valo kore OOP bhujano ar last a project , ai video ta totally worth it..., thanks vai
Welcome
This video just nailed the simplest way to explain how OOP works.
First time I learned properly OOP and it's blessings.
Finally, love you. ❤
Glad it helped!
@@StackLearnerplease make this video in ENGLISH 😢😢😢
🎯 Key Takeaways for quick navigation:
02:20 🧩 Object-oriented programming (OOP) is a paradigm used to structure and design code around objects, which are instances of classes.
06:49 🗺️ OOP is advantageous when dealing with real-world data and objectives, making it easier to model and relate to such data compared to procedural programming.
12:22 📚 Classes and objects are the building blocks of OOP, where a class serves as a blueprint to create multiple objects with shared properties and methods.
18:49 🧩 Abstraction in OOP involves hiding implementation details and exposing only relevant features to the users.
23:19 📦 Encapsulation in OOP refers to the bundling of data and methods within a class, providing controlled access to its internal state.
27:33 🔗 Inheritance allows a class to acquire the properties and behavior of another class, promoting code reuse and hierarchical relationships.
29:08 🔗 Composition is another way of structuring classes, where one class contains references to objects of other classes to build complex relationships.
43:02 📦 JavaScript classes can have static methods and properties, which are accessed directly from the class and do not require instance creation.
45:41 🔄 Type conversion in JavaScript involves converting values between different types explicitly or implicitly, based on context or methods like `Number()`, `String()`, and `Boolean()`.
05:48:09 🧰 A JavaScript function to get ID and circular connector function is demonstrated.
05:52:08 🏫 The concept of extending a class in JavaScript is explained using the "uni person" example.
05:56:03 🛠️ Getters and setters are implemented for the "department" class.
06:00:51 📚 The "student" class is created with access modifiers for properties like ID and name.
06:09:24 🏢 The "address" class is defined with properties like road, city, region, etc.
06:18:00 💼 Instances of "Guardian," "Student," and "Department" classes are created and related.
06:22:08 🧾 The "address" class is converted to a string using the `toString()` method.
06:26:17 📝 The "contact" class is defined with properties like ID, email, and phone.
06:32:38 🧵 The "contact" class is converted to a string using the `toString()` method.
06:34:46 🌐 The "contact," "address," "student," and "employee" modules are exported.
06:48:04 📜 The "subject" class is defined with properties like ID and name.
07:08:50 🗄️ Instances of "Guardian," "Student," and "Department" classes are created and related.
07:19:20 💡 The `reduce()` method is used to calculate the total credits of teachers.
07:32:39 💬 Instances of "teacher" and "department" classes are created and related.
07:38:45 🧷 The "teacher" class is related to the "subject" class and the "department" class.
07:43:56 🔄 Object relationships, such as one-to-one and one-to-many, are demonstrated.
07:54:28 ➗ The `reduce()` method is used to count students with a specific blood type.
Made with HARPA AI
Thanks bro ❤
খুব সুন্দর বুঝিয়েছেন। অসংখ্য ধন্যবাদ OOP ভিডিও দেওয়ার জন্য।
part part করে দিলে আরও ভালো ভাবে বুঝতে পারতাম। কারন দীর্ঘ সময় মনোযোগ ঠিক থাকে না!!
Part part করে দেওয়ার জন্য বিশেষ অনুরোধ রইলো।
We will add timestamp
vai ekdin a purata na dekhe 1 hour kore 8 session dekhe nilei easy hoye jay. hoite pare dine 2 session dekhlen tahole 4 din lagbe or 3 session dekhle 2.5 din lagbe....personal productive technique share korlam
১ বছর আগে যখন দেখেছিলাম অনেকটা বিগিনার ছিলাম। আজকে আবার অবজেক্ট অরিয়েন্টেড প্রগ্রামিং শিখতে এসে পুরো অবাক হচ্ছি, ক্লাসটা এতই জোশ ছিল সেটা এখন অনুভব করতে পারতেছি🤍🤍
থেংক ইউ নাইম ভাই❤
Glad to hear that 😊
Finally complete this total 8 hours of course thanks to Stack learner and hm nayem vai for this amazing course i have clear many of my doubts
You're most welcome 🤗
Share this with your friends 😀
Awesome tutorial! I have learned a lot from this tutorial!!!❤❤❤
I'm so glad!
Pure knowledge , no buckwash..Thank you
Welcome
Mind blowing content about programming. I didn't see that kind of content ever before in Bangladesh.
Thanks
watchlist a add kore rakhlam... somoy ber kore aste aste dekhbo😊😊
Vai apnar video khub valo hoy , arro kore zan , amrao shikhte parbo
this video is the absolute game changer for OOP in bangla
Thanks. Share it with your friends
@@StackLearner of course
Nayeem bro! MashAllah--- how nice hair style, just wow🥰🥰
স্যার, ভিডিও টা অসাধারন।। খুবই তথ্য বহুল।। সেলুট স্যার#
Thank you
koila khujte khujte hirar shondhan peye gelam😍
Only stack learner can discuss that depth about OOP concept..Thnaks
Welcome
Vai, what sets your tutorial apart is that you teach not just how to implement, but also why and how to think during the process. Thank you for your efforts...
Thanks a lot dear ♥️
valo video content frist class
ভাই ভিডিও টি আমাকে খুব সাহায্যে করছে।অনেক অনেক ধন্যবাদ ❤
You're welcome
vai apne boss . lots of love
One of the coolest video in bangla ....
totally mind blowing and your effort also ....
Overall fantastic tutorial boss......
Many many thanks
@@StackLearner you are welcome vai
It's pleasure to learn. Thanks, bro
Glad to hear that
Thanks a lot❤️❤️✌️
aitar motho ekta datastructure and algorithm er video javascript upre dilai hbe
😍😍😍
noted
Love this vedio....So informative.
Glad you liked it
Excited 🙂
Love you vai. It helps
এক কথায় জিনিয়াস
great tutorial brother. take love
আপনার কথা গুলো খুব সুন্দর এবং আপনার ইক্সপ্লেনেশন অনেক ভালো,,,,,,, ❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️সারাজীবন কৃতজ্ঞতা থাকলো,,❤️❤️❤️
Thanks
আপনার আগের যেটা জাভাস্ক্রিপ্ট টিউটোরিয়াল ছিলো ওটা প্রায় শেষের দিকে,,,,,ওইটার পড় কি এইটা শেষ করা বেশ্ট হবে???❤️
Your teaching style awesome
It's my pleasure
You are awesome ❤
Awesome tutorial! Thanks for the tutorial
vaiya purota dekhe ses korlam. Kintu composition and aggregation er kaj ta to code e dekhano hoi nai mane kivabe oita kaj kore. Eita dekhale ekta purnota asto. But jototuku dekhaisen alhamdulillah. Onek onek doa apnar jonno.
Very useful content ----
Love u brother
Thanks
Started to learn OOP
very informative 🧡🧡and best video in Bangla
Glad you liked it
Case study digram gulu to pelam na.❤
Not Sharable
many many thanks vaiyya 💌💌💌
Welcome
Thanks for your free resources wish to upload more effective playlist which can make a quality developer who have financial problems ❤
noted
Awesome brother
Thanks ✌️
Thank you so much 🥰
Welcome
❤❤❤❤ waiting
অসাধারণ
Thanks
Very much informative.
Glad you liked it
Awesome. time moto e upload korechen.
😀
seiiiiiiii vaiiii💛
Watching 😊
Awesome tutorial!
Glad you liked it!
Bhai kibhabe bujhbo relation a arrow kon dike dite hobe , ata aktu confusion hocche. Like exam and subject , arrow ta ki ami exam to subject korbo naki subject to exam and why ??
thanks awsome
University manangement system project er src code er link ki dewa jbe????
I learn OOP, I think first time in my live I will learn from absolutly different language as hindy 😂 and use only subtitles 😂😅❤
Excellent
Thanks
Thank you Bhai
Welcome
7:20:07 এ যে সমস্যাটি হয়েছিলঃ
প্রথম iteration এ a এর মান: Subject { id: 101, name: 'CS Fundamentals', credit: 3 }
প্রথম iteration এ b এর মান: Subject { id: 103, name: 'Calculus 1', credit: 4 }
এখানে a.credit=3 এবং b.credit=4
যখন a.credit+b.credit run হবে তখন এটি 3+4 যোগ করে মানটি accumulator এ স্টোর করবে। এখন accumulator a এর মান 7, উল্লেখ্য যে এটি একটি Integer ভেলু, object না। এই কারণে দ্বিতীয় iteration এ যখন a.credit run হবে তখন এটি undefined রিটার্ন করবে, কারণ 7.credit[a.credit] সম্ভব না।
দ্বিতীয় iteration এ a এর মান: 7
দ্বিতীয় iteration এ b এর মান: Subject { id: 102, name: 'Linear Algebra', credit: 2 }
এখানে a.credit=7.credit=undefined এবং b.credit=2
ফলে যখন a.credit+b.credit run হবে তখন এটি undefined+2 যোগ করবে যা NaN রিটার্ন করবে।
Vaiya ei class diagram er shate ERD er kono relation ase ki? Like jokhon amra ekta fullstact project korte jabo tokhon class diagram dekhe ki ERD korte parbo ba ERD dekhe ki class diagram korte parbo jehetu class er object er shate Database er Table er ekta mil ase? erokom ki kono relation ase?
যদি একটানা দেখতে একটু কষ্ট হচ্ছে তবে ,এই ধরনের ভালো একটা ভিডিও দেখার জন্য এইটুকু কষ্ট করাই যায় । অনেক অনেক ধন্যবাদ ভাইয়া ।
nice vai
Thanks a lot brother 💚
You're welcome 😊
Vai আপনি খুব ভালো ভাবে বুঝাতে পারবেন
❤❤❤
awesome
vai UML er resourse ta dea jabe ? video te j resource er kotha bolechilen
Using '#' just before the variable name like '#name' variable can be private.
Thanks a lot vaia
Welcome!
Vai oop diye ekta project koraile valo hoto jemon website
Thanks a lot
Most welcome
- [02:20](ua-cam.com/video/B6vSq4KiZeM/v-deo.html) 🧩 Object-oriented programming (OOP) is a paradigm used to structure and design code around objects, which are instances of classes.
- [06:49](ua-cam.com/video/B6vSq4KiZeM/v-deo.html) 🗺 OOP is advantageous when dealing with real-world data and objectives, making it easier to model and relate to such data compared to procedural programming.
- [12:22](ua-cam.com/video/B6vSq4KiZeM/v-deo.html) 📚 Classes and objects are the building blocks of OOP, where a class serves as a blueprint to create multiple objects with shared properties and methods.
- [18:49](ua-cam.com/video/B6vSq4KiZeM/v-deo.html) 🧩 Abstraction in OOP involves hiding implementation details and exposing only relevant features to the users.
- [23:19](ua-cam.com/video/B6vSq4KiZeM/v-deo.html) 📦 Encapsulation in OOP refers to the bundling of data and methods within a class, providing controlled access to its internal state.
- [27:33](ua-cam.com/video/B6vSq4KiZeM/v-deo.html) 🔗 Inheritance allows a class to acquire the properties and behavior of another class, promoting code reuse and hierarchical relationships.
- [29:08](ua-cam.com/video/B6vSq4KiZeM/v-deo.html) 🔗 Composition is another way of structuring classes, where one class contains references to objects of other classes to build complex relationships.
- [43:02](ua-cam.com/video/B6vSq4KiZeM/v-deo.html) 📦 JavaScript classes can have static methods and properties, which are accessed directly from the class and do not require instance creation.
- [45:41](ua-cam.com/video/B6vSq4KiZeM/v-deo.html) 🔄 Type conversion in JavaScript involves converting values between different types explicitly or implicitly, based on context or methods like `Number()`, `String()`, and `Boolean()`.
- [05:48:09](ua-cam.com/video/B6vSq4KiZeM/v-deo.html) 🧰 A JavaScript function to get ID and circular connector function is demonstrated.
- [05:52:08](ua-cam.com/video/B6vSq4KiZeM/v-deo.html) 🏫 The concept of extending a class in JavaScript is explained using the "uni person" example.
- [05:56:03](ua-cam.com/video/B6vSq4KiZeM/v-deo.html) 🛠 Getters and setters are implemented for the "department" class.
- [06:00:51](ua-cam.com/video/B6vSq4KiZeM/v-deo.html) 📚 The "student" class is created with access modifiers for properties like ID and name.
- [06:09:24](ua-cam.com/video/B6vSq4KiZeM/v-deo.html) 🏢 The "address" class is defined with properties like road, city, region, etc.
- [06:18:00](ua-cam.com/video/B6vSq4KiZeM/v-deo.html) 💼 Instances of "Guardian," "Student," and "Department" classes are created and related.
- [06:22:08](ua-cam.com/video/B6vSq4KiZeM/v-deo.html) 🧾 The "address" class is converted to a string using the `toString()` method.
- [06:26:17](ua-cam.com/video/B6vSq4KiZeM/v-deo.html) 📝 The "contact" class is defined with properties like ID, email, and phone.
- [06:32:38](ua-cam.com/video/B6vSq4KiZeM/v-deo.html) 🧵 The "contact" class is converted to a string using the `toString()` method.
- [06:34:46](ua-cam.com/video/B6vSq4KiZeM/v-deo.html) 🌐 The "contact," "address," "student," and "employee" modules are exported.
- [06:48:04](ua-cam.com/video/B6vSq4KiZeM/v-deo.html) 📜 The "subject" class is defined with properties like ID and name.
- [07:08:50](ua-cam.com/video/B6vSq4KiZeM/v-deo.html) 🗄 Instances of "Guardian," "Student," and "Department" classes are created and related.
- [07:19:20](ua-cam.com/video/B6vSq4KiZeM/v-deo.html) 💡 The `reduce()` method is used to calculate the total credits of teachers.
- [07:32:39](ua-cam.com/video/B6vSq4KiZeM/v-deo.html) 💬 Instances of "teacher" and "department" classes are created and related.
- [07:38:45](ua-cam.com/video/B6vSq4KiZeM/v-deo.html) 🧷 The "teacher" class is related to the "subject" class and the "department" class.
- [07:43:56](ua-cam.com/video/B6vSq4KiZeM/v-deo.html) 🔄 Object relationships, such as one-to-one and one-to-many, are demonstrated.
- [07:54:28](ua-cam.com/video/B6vSq4KiZeM/v-deo.html) ➗ The `reduce()` method is used to count students with a specific blood type.
(Note: Some timestamps might not have specific takeaways as they are either code snippets or unrelated discussions)
Dear @StackLearner team, would you like to make functional programming in Javascript?
we already have a playlist on it.
@@StackLearner thnx vaia 😊
You've told about making a course on objects and it's method like your array course
100 DOM প্রজেক্টের ভিডিও কখন আপলোড হবে ভাইয়া?❤
function use kora bettter nki class ?React a kon components better?
For now functional component
ভাই আপনার vs code গুলো নিয়ে একটা ভিডিও বানিয়েন। ভিডিওটা ইনজয় করতেছি❤ পুরো দেখে নিব আস্তে আস্তে
ses porjonto dekhe fellam pura video
Great 😃
Great content. Vai can you suggest me one or more book regarding oop js?
You can read oop related books from Apress or Packt
04:23:07
ভাইয়া আমরা তো # এর মাধ্যমে কোন মেথড বা প্রোপার্টিকে পুরোপুরি প্রাইভেট করতে পারি।
Ji, ei video jokhon recording kora hoyechilo tokhon ei feature ta experimental chilo
@Stack Learner,, Hi there I need your help I bought one of your JavaScript course but I cannot access due to your website recent update.
We are not selling any course since 2020. You can get all our premium resources freely available on the UA-cam.
@@StackLearner Thank you for your reply, I got the all resources: ua-cam.com/play/PL_XxuZqN0xVAu_dWUVFbscqZdTzE8t6Z1.html
vaia, amra ki react er custom hooks k one kind of abstraction bolte pari?
Yes, React custom hooks make it easier to use and maintain complex code by packaging it into reusable and simpler-to-understand pieces that you can use in different parts of your application
Data structure and algorithm ekta crash course dorkar.
vaiya eitar playlist koi ? kon playlist e ase eita khuje to pai na.
Which one? This is already a 8 hour video content. Then what are you looking for?
vaiya amra to ekhon js a # diye private method banate pari. Tahole symbol ar facility ta ki?
Yeah sure. Jokhon ei video ta record kora hoyechilo tokhon ei feature ta experimental chilo
@@StackLearner okey vaiya.
6:59:18
Did you push the code to a github repo? Can you share the repo link if yes?
ata github a nei