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

Поділитися
Вставка
  • Опубліковано 28 сер 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

КОМЕНТАРІ • 54

  • @pratikdas2310
    @pratikdas2310 Рік тому +36

    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

  • @dhruvinkachhadia1615
    @dhruvinkachhadia1615 Рік тому +20

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

  • @sankeertgandoli4368
    @sankeertgandoli4368 Рік тому +8

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

  • @mithungouda6115
    @mithungouda6115 11 місяців тому +3

    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 Місяць тому

      ok bhai, kahi placement lagi? NITian...

  • @shaileshdeshmukh6633
    @shaileshdeshmukh6633 2 місяці тому

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

  • @RitikKumar-je3eu
    @RitikKumar-je3eu 2 роки тому +3

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

  • @Ujjuboy0001
    @Ujjuboy0001 Рік тому +4

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

  • @aevy5870
    @aevy5870 10 місяців тому +1

    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

  • @shu03bh
    @shu03bh 10 місяців тому

    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 ❤

  • @aayushbansal5178
    @aayushbansal5178 7 місяців тому

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

  • @kunalchander3842
    @kunalchander3842 Рік тому +2

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

  • @vibewdprachi
    @vibewdprachi Місяць тому

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

  • @tanmaysharma-vu2xx
    @tanmaysharma-vu2xx 6 місяців тому +1

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

  • @vivekrajsinghthakur4796
    @vivekrajsinghthakur4796 Місяць тому

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

  • @sumitsharma-mk1wx
    @sumitsharma-mk1wx 17 днів тому

    Bhiya thanks 🙏🙏 bohot pyara smjahya h aapne

  • @kushagrasingh6610
    @kushagrasingh6610 Рік тому +1

    bhot hi zada badhiya explanation bhai

  • @sajj73
    @sajj73 8 місяців тому +2

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

  • @hritikchoudhary3856
    @hritikchoudhary3856 Рік тому +1

    worth watching video 💯❤

  • @sneha14166
    @sneha14166 Місяць тому

    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

  • @balakrishnanr648
    @balakrishnanr648 8 місяців тому

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

  • @anonymous3852
    @anonymous3852 Рік тому +1

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

  • @shashankshekhar8186
    @shashankshekhar8186 Рік тому

    Best video on OOPs

  • @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();
    }

  • @kunalmangal4525
    @kunalmangal4525 7 місяців тому

    Best Video Bro!! Can u pls share this sheet

  • @parthdashore46
    @parthdashore46 Рік тому

    no bs straight to point

  • @rajubeshra1462
    @rajubeshra1462 Рік тому +2

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

  • @nehamishra545
    @nehamishra545 2 роки тому +1

    👍👍👍👍👍

  • @kancharlasrimannarayana7068
    @kancharlasrimannarayana7068 2 роки тому +1

    provide a video on abstract and interface class!

  • @rudrakshamishra2668
    @rudrakshamishra2668 6 місяців тому

    maza agya bhai

  • @UpdateIndia
    @UpdateIndia Рік тому +1

    Add chapter bro it's helpful

  • @RajeshKumar-oy5ny
    @RajeshKumar-oy5ny Рік тому

    thanks bhaiya

  • @gulabchandgupta5486
    @gulabchandgupta5486 Рік тому

    brother top down approch and bottom down means not getting cleraly

  • @saurabhpandey2018
    @saurabhpandey2018 Рік тому +1

    Thank you sir

  • @utkarshjain6755
    @utkarshjain6755 Рік тому

    Brother can you please share this notes.

  • @wasimniazee2001
    @wasimniazee2001 5 місяців тому

    tnx bro

  • @pritamkumarpattanayak1497
    @pritamkumarpattanayak1497 11 місяців тому

    you should do it in english

  • @user-yr4lf3nb4k
    @user-yr4lf3nb4k 6 місяців тому

    Can you give your ppt

  • @ayus7112
    @ayus7112 Рік тому +1

    share this code in vs code

  • @sidhant_369
    @sidhant_369 Рік тому +1

    Doing great work

  • @ivang1014
    @ivang1014 2 роки тому +2

    𝐩𝐫𝐨𝐦𝐨𝐬𝐦 🎉

  • @piyushranjan6375
    @piyushranjan6375 2 роки тому +1

    👍👍👍