OOPS Interview Questions and Answers | Object Oriented Programming Interview Questions C#



This 1 hour of video covers most asked Interview questions with answers around OOP Concepts – 00:00 Introduction 02:58 …

35 Comments

  1. 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

  2. why inheritance is required like we can implement static polymorphism without inheritance?? Than why inheritance is required?? Please answer

  3. 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

  4. 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. 🙂

  5. 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.

  6. Thanks for this video, you explain very well about OOP concepts and your presentation skills are too good. Well done and keep it up.

  7. 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.

  8. 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.

  9. Polimorpsim is possible without inheritance eg:static poly, dinamic poly is not possible without inheritance.pls correct me if I am wrong

  10. What are the benefit I get if I join this channel. What is the different between interview video and step by step courses ?

  11. 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.

Leave a Reply

© 2023 53GB