Complete OOPS for placement in single shot | Placement to leke rahenge

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ก.ย. 2024
  • In this video you will learn complete oops for placement. And you will not need any other video article after watching this video.
    please subscribe,comment and share my channel .
    music used from filmora Go
    #engineer #placements #softwareengineer #placementseries #interview #c++ #codinglifewithshivam #shivamkumar #campusplacement2022 #campusdrive2022#datastructures #competitiveprogramming
    #datastructures #algorithms
    oops
    campus drive for batch 2022
    placement to leke rahenge
    coding round
    DBMS
    interview
    grab placement
    crack interview
    on campus
    off campus
    oops for placement
    OOPs concept
    coding life with Shivam
    Shivam kumar
    data structures and algorithms for placement
    arrays
    matrix
    dynamic programming
    graph
    linked list
    trees
    Binary tree
    binary search tree
    complete oops in single shot

ความคิดเห็น • 58

  • @pratikdas2310
    @pratikdas2310 2 ปีที่แล้ว +40

    Best Video ever
    1-To the Point Discussion
    2-No Spamming Contents
    3-Easy to Understand
    4-Best for Begineers
    5-Friendly Approach
    I must recommenend everyone to go through this entire video and I am damn sure only this 42mins video is 100% helpful rather than wasting time in 5-6hour videos

  • @shubhamjaiswal7645
    @shubhamjaiswal7645 4 วันที่ผ่านมา +1

    Teachers like you make subjects easy even if it is toughest of all time

  • @sankeertgandoli4368
    @sankeertgandoli4368 2 ปีที่แล้ว +8

    Worth watching .All the topics are put into simple and understandable language.

  • @dhruvinkachhadia1615
    @dhruvinkachhadia1615 ปีที่แล้ว +22

    Watched your DBMS’ video yesterday for DBMS viva and now watching your OOP video. Thanks for creating such valuable content. Really appreciate your efforts ❤️

    • @ahmadparizaad
      @ahmadparizaad หลายเดือนก่อน

      Same here brother 😂

  • @RitikKumar-je3eu
    @RitikKumar-je3eu 2 ปีที่แล้ว +3

    Much needed and helpful video... Learned a lot from it.

  • @shaileshdeshmukh6633
    @shaileshdeshmukh6633 3 หลายเดือนก่อน

    Great effort bhai. This and the DBMS one shot is very helpful. Thanks a lot.

  • @shu03bh
    @shu03bh 11 หลายเดือนก่อน

    Bhaiya, u should continue making this series, just watched your dbms video nd now oops, u r amazing, ur videos are so precise, nd easy to understand ❤

  • @tanmaysharma-vu2xx
    @tanmaysharma-vu2xx 7 หลายเดือนก่อน +1

    Bhaii operating system ki bnade please kl prso tk bhaii please aur computer network ki bhi

  • @aevy5870
    @aevy5870 11 หลายเดือนก่อน +2

    Video Summary:
    This video provides a complete overview of Object Oriented Programming (OOPS) for placement preparation, covering topics such as OOP vs POP, classes and objects, OOPS features, types of polymorphism, types of inheritance, static variables, and friend functions. It discusses the concepts and differences between these OOPS concepts in a clear and concise manner, making it a comprehensive resource for placement preparation.
    - 00:00 This section of the video discusses the difference between Object Oriented Programming (OOP) and Procedure Oriented Programming (POP), as well as the features and pillars of OOP.
    - 05:17 This section discusses inheritance, data abstraction, and types of polymorphism in object-oriented programming.
    - 10:34 This section explains function overriding and the different types of inheritance.
    - 15:51 This section covers inheritance modes, static variables, and friend functions.
    - 21:08 This section explains the concepts of call by value and call by reference in programming.
    - 26:25 Constructor is a member function of a class used to initialize objects, while Destructor initializes and destroys objects created by the Constructor.
    - 31:42 Virtual Function is used to ensure that the function can be overridden and is called for a specific case.
    - 36:59 This section explains inline functions, macros, and exception handling in OOPS.
    Generated by Monica AI. Get yours now! 👉 monica.im?r=469226

  • @kushagrasingh6610
    @kushagrasingh6610 ปีที่แล้ว +1

    bhot hi zada badhiya explanation bhai

  • @sajj73
    @sajj73 10 หลายเดือนก่อน +2

    Bro make video of the same kind on operating system tooo urgent requirement

  • @vibewdprachi
    @vibewdprachi 2 หลายเดือนก่อน

    Your 1 shot videos are really worth watching....keep making more...thankyouu✨

  • @vivekrajsinghthakur4796
    @vivekrajsinghthakur4796 2 หลายเดือนก่อน

    Computer network or operating system ki bhi bana de bhai acha se interview ke liye time laga but achi bana de smj aajaya...

  • @sneha14166
    @sneha14166 2 หลายเดือนก่อน

    Bhaiya ye file bhi mil sakti hai kya? jisme aap ne short me likha hai sab kuch, if possible, revision me kafi help ho jayegi

  • @anonymous3852
    @anonymous3852 ปีที่แล้ว +1

    Bro, share your PPT, which you are using at the end of the video.... It's a request! 😊

  • @sidhant_369
    @sidhant_369 ปีที่แล้ว +1

    Doing great work

  • @rajubeshra1462
    @rajubeshra1462 ปีที่แล้ว +2

    thank you for the knowlegde. I respect your work and dedication towards the content. Stay blessed brother.

  • @shashankshekhar8186
    @shashankshekhar8186 ปีที่แล้ว

    Best video on OOPs

  • @kancharlasrimannarayana7068
    @kancharlasrimannarayana7068 2 ปีที่แล้ว +1

    provide a video on abstract and interface class!

  • @parthdashore46
    @parthdashore46 ปีที่แล้ว

    no bs straight to point

  • @ayushgarg9099
    @ayushgarg9099 ปีที่แล้ว

    in the case of function overriding, which function/method will be invoked if we call for the base class's method? Will it also call derived class function/method?
    e.g.
    class A{
    public:
    int area(){}
    };
    class B: public A{
    public:
    int area(){}
    };
    int main(){
    A.ob;
    ob.area();
    }

  • @UpdateIndia
    @UpdateIndia ปีที่แล้ว +1

    Add chapter bro it's helpful

  • @rudrakshamishra2668
    @rudrakshamishra2668 7 หลายเดือนก่อน

    maza agya bhai

  • @gulabchandgupta5486
    @gulabchandgupta5486 ปีที่แล้ว

    brother top down approch and bottom down means not getting cleraly

  • @RajeshKumar-oy5ny
    @RajeshKumar-oy5ny ปีที่แล้ว

    thanks bhaiya

  • @pritamkumarpattanayak1497
    @pritamkumarpattanayak1497 ปีที่แล้ว

    you should do it in english

  • @wasimniazee2001
    @wasimniazee2001 6 หลายเดือนก่อน

    tnx bro

  • @PurvSinojiya
    @PurvSinojiya 7 หลายเดือนก่อน

    Can you give your ppt

  • @ayus7112
    @ayus7112 2 ปีที่แล้ว +1

    share this code in vs code

  • @ivang1014
    @ivang1014 2 ปีที่แล้ว +2

    𝐩𝐫𝐨𝐦𝐨𝐬𝐦 🎉

  • @mithungouda6115
    @mithungouda6115 ปีที่แล้ว +6

    I am a NITian but still, love you bro from bottom of my heart for this content. I wish u should make this type of (precise and short) contents for students (if you have free time or possible)

    • @hope...3464
      @hope...3464 2 หลายเดือนก่อน +1

      ok bhai, kahi placement lagi? NITian...

  • @gauravmahajan509
    @gauravmahajan509 7 วันที่ผ่านมา

    bhai os ki lau na videos

  • @kunalchander3842
    @kunalchander3842 ปีที่แล้ว +2

    Thanks bhai placement ho gayi apki video ne boht help kra 🫡😇

    • @cartoonsondemand_
      @cartoonsondemand_ 7 หลายเดือนก่อน

      Congrats bhai vese kaha hui placement ?

  • @gauravmahajan509
    @gauravmahajan509 7 วันที่ผ่านมา

    os chahiye hi aapse hi ohhh bho one shot

  • @balakrishnanr648
    @balakrishnanr648 9 หลายเดือนก่อน

    OOPS mei - OOPS Seekao na
    Teach deeply on OOPS
    Eg: Inheritance - Diamond Type - Whats the problem? This way go deeper

  • @hritikchoudhary3856
    @hritikchoudhary3856 ปีที่แล้ว +1

    worth watching video 💯❤

  • @065_lakshyagrover5
    @065_lakshyagrover5 28 วันที่ผ่านมา

    ALWAYS HELPFUL
    I WNAT THIS FROM A LONG TIME /
    DHANYAWWAAD

  • @aayushbansal5178
    @aayushbansal5178 8 หลายเดือนก่อน

    Thank you sir 🙏 best video of oops on Internet ✨ and best explanation i ever saw to the point and very easily thank you sir 🙏🙏⭐

  • @Ujjuboy0001
    @Ujjuboy0001 ปีที่แล้ว +4

    Bro you are such a good teacher . Everything is clear . 😘😘😘

  • @kunalmangal4525
    @kunalmangal4525 8 หลายเดือนก่อน

    Best Video Bro!! Can u pls share this sheet

  • @sumitsharma-mk1wx
    @sumitsharma-mk1wx หลายเดือนก่อน

    Bhiya thanks 🙏🙏 bohot pyara smjahya h aapne

  • @nehamishra545
    @nehamishra545 2 ปีที่แล้ว +1

    👍👍👍👍👍

  • @utkarshjain6755
    @utkarshjain6755 ปีที่แล้ว

    Brother can you please share this notes.

  • @piyushranjan6375
    @piyushranjan6375 2 ปีที่แล้ว +1

    👍👍👍

  • @saurabhpandey2018
    @saurabhpandey2018 2 ปีที่แล้ว +1

    Thank you sir