Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

sravani p

@sravani p
About
Posts
2
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • waht exactly the use of new keyword in c#
    S sravani p

    thanks for ur answer,i tried but its not working.... sravani p

    C# csharp help question

  • waht exactly the use of new keyword in c#
    S sravani p

    heloo.... i want to hide the base class method using new operator. i tried this code.but it was not working.here base class method is calling. plz help me soon. using System; using System.Collections.Generic; using System.Text; namespace ConsoleApplication23 { class Program:user { public new void print() { Console.WriteLine("hello how are you?"); } static void Main(string[] args) { user u = new Program(); u.print(); Console.ReadLine(); } } class user { public void print() { Console.WriteLine("hellohello"); } } } sravani.p

    C# csharp help question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups