What is “Static" class? When to use static class in real application?

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 พ.ย. 2024

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

  • @savitahudalimath2217
    @savitahudalimath2217 ปีที่แล้ว +3

    Hello Sir, appreciate your efforts. please explain more on use of static class with real time example.

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

      Thanks and will try do it soon...

  • @KulwinderSingh-bk6fk
    @KulwinderSingh-bk6fk 9 หลายเดือนก่อน

    Hi Harry , please make a video on Sealed class and static class

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

    Please make a video on reflection in c#

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

      I think I already did, but I will try to revise it again

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

    Can a static class be in private?? yes or no

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

    Real time example

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

    What is use of the Static class is not that much clear . Please share link if you have more clarity on it.

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

      Static classes have several good uses. In Visual Basic you have something called Modules which I think is the same as a static class. Some times you need a collection of methods or fields/properties but they need to be compartmentalized. Static classes are great for this. This can also be good when you need to declare method that has its own internal variables to be used in a Task to make async programming easier.

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

    please create video on javascript

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

      Ok Prakash Soon will try to cover this topic . Thanks

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

    Sir how to create Windows Forms App in VS 2022 as it's not showing me in my Mac..? Any option..?