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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. internal /internal protected

internal /internal protected

Scheduled Pinned Locked Moved C#
questionios
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Sonia Gupta
    wrote on last edited by
    #1

    namespace validation { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void Form1_Load(object sender, EventArgs e) { // ArrayList d = new ArrayList(8); Class1 d; d = new Class1(); } } } thsi is the form class(winodw form class) following ios the user defined class namespace validation { class Class1 { internal protected int h = 0; internal int i=0; } } i know what is the internal and internal protected that means in the same project , i can access the internal , internal protected member data/function anywhere??? Sonia Gupta Soniagupta1@yahoo.co.in Yahoo messengerId-soniagupta1 Love is Friendship and Friendship is Love....

    G C 2 Replies Last reply
    0
    • S Sonia Gupta

      namespace validation { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void Form1_Load(object sender, EventArgs e) { // ArrayList d = new ArrayList(8); Class1 d; d = new Class1(); } } } thsi is the form class(winodw form class) following ios the user defined class namespace validation { class Class1 { internal protected int h = 0; internal int i=0; } } i know what is the internal and internal protected that means in the same project , i can access the internal , internal protected member data/function anywhere??? Sonia Gupta Soniagupta1@yahoo.co.in Yahoo messengerId-soniagupta1 Love is Friendship and Friendship is Love....

      G Offline
      G Offline
      Guffa
      wrote on last edited by
      #2

      You already have a thread about this that you started yesterday. Why don't you continue in that thread, instead of ignoring the people that actually tried to help you in that thread?

      --- single minded; short sighted; long gone;

      1 Reply Last reply
      0
      • S Sonia Gupta

        namespace validation { public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void Form1_Load(object sender, EventArgs e) { // ArrayList d = new ArrayList(8); Class1 d; d = new Class1(); } } } thsi is the form class(winodw form class) following ios the user defined class namespace validation { class Class1 { internal protected int h = 0; internal int i=0; } } i know what is the internal and internal protected that means in the same project , i can access the internal , internal protected member data/function anywhere??? Sonia Gupta Soniagupta1@yahoo.co.in Yahoo messengerId-soniagupta1 Love is Friendship and Friendship is Love....

        C Offline
        C Offline
        chinaQI
        wrote on last edited by
        #3

        hello: you hint an't in focus ,cannot comprehend you question.. sorry,english not is very godd!...

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

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