This 1 hour of video covers most asked Interview questions with answers around OOP Concepts – 00:00 Introduction 02:58 …
35 Comments
Leave a Reply
You must be logged in to post a comment.
This 1 hour of video covers most asked Interview questions with answers around OOP Concepts – 00:00 Introduction 02:58 …
You must be logged in to post a comment.
30 Important C# Interview Questions : https://youtu.be/BKynEBPqiIM
Angular Step by Step Tutorial for Beginners : https://youtu.be/-9VcW7MBDs8
25 Angular Interview Questions : https://youtu.be/-jeoyDJDsSM
25 Important ASP.NET Interview Questions : https://youtu.be/pXmMdmJUC0g
35 Important JavaScript Interview Questions : https://youtu.be/Zb4dPi7CANU
SQL Server Joins : https://youtu.be/KTvYHEntvn8
SQL Step by Step – https://youtu.be/uGlfP9o7kmY
20 MySQL Interview Questions : https://youtu.be/9hfjC-BpY20
10+ Power BI Interview Questions : https://youtu.be/Cozc9WNBRt4
05 MSBI Interview Questions : https://youtu.be/5E815aXAwYQ
20+ SQL Server Interview Questions : https://youtu.be/SEdAF8mSKS4
20 PHP Interview Questions : https://youtu.be/1bpNSynUrl8
why inheritance is required like we can implement static polymorphism without inheritance?? Than why inheritance is required?? Please answer
What most anyone can say about this video, it is really awesome. After seeing this i come to know what the purpose of oops concepts
appreciate sir
THIS is GOLD, you can easily follow up with any OOP language. thanks sir
🤗
this vedio is helpfull
Excellent. This is such an easy refresher or explanation of OOPS concepts.
Hello man! Is it still a think share on linkedin, twitter etc get the e-book?
Thank you for this. I know you put so much effort and I gladly appreciate it. The way you explain each questions are easy to understand.
I subscribed and liked this video. Looking forward to all your videos. 🙂
Sir, encapsulation is binding together of data and the functions that manipulates them.
i have shared the video – how to get 200 pages book
Have share this video link on facebook, please send ebook of 200 questions and answer.
Amazing content!!…Thank you 🙂
Also interfaces helps us whith DI
Hi Sir, Regarding Interface, should we follow the rules implied from C# 8 features? Because in C#8, we could provide access modifiers explicitly and it can contain default body implementation which can be accessed by up casting it.
1.Interfaces have multiple inheritance
2.Classes have not multiple inheritandace in c#
Thanks for this video, you explain very well about OOP concepts and your presentation skills are too good. Well done and keep it up.
Hi Sir, Not able to Join. Except for card there s no other payment options available.
14:28
An abstract class allows you to create functionality that subclasses can implement or override. An interface only allows you to define functionality, not implement it. And whereas a class can extend only one abstract class, it can take advantage of multiple interfaces.
One thing to notice… When we are talking about method "overriding vs overloading", we should emphasize that method overriding is a runtime polymorphism and method overloading is a compile-time polymorphism. I guess it will be an expected answer in an interview. Finally, thanks for this interview question video. It helps me a lot to gain self-confidence before going to interviews.
Nice explanation
Polimorpsim is possible without inheritance eg:static poly, dinamic poly is not possible without inheritance.pls correct me if I am wrong
Awesome way to answers the OOP questions. Love from Pakistan 🇵🇰
I got a job.I just watched this video for oops concepts 😁
What are the benefit I get if I join this channel. What is the different between interview video and step by step courses ?
OOP allows thinking in real world objects? Yea, right.. I haven't seen AbstractAnimalFactory in real world
please upload more javascript interview questions
last question ans: we can implement the multiple inheritances using interface but not with an abstract class that make difference between abstract class with all abreact method and interface. Please correct me if my understanding is wrong sir.
Very clear, great examples, my fav so far. thank you, I really would like to make one for react.js
You have a real talent for education and clear explanation. Thank you for all you have given.
You have done great video short and ans to remember in easiest way
Can you please give ur udemy link
from C# 8.0 In Interface may be set the default implementation
awsome