|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Avoid common pitfalls of incorporating spreadsheets into Java apps. Read about it in the free white paper: “Five Biggest Blunders when Building Spreadsheet Applications in Java” Download Now! |
|
#1
|
|||
|
|||
|
Property Get - VB/C# only?
Hi all.
As I was reading an introductory C# book, it presented the "Get statement" of a property. I am more familiar with Java, and I do not recall either GET or PROPERTIES in that language. Do they--GET & Properties--only apply to VB and C#? |
|
#2
|
||||
|
||||
|
In actual syntax, yes (most likely)
But it is just thier representation of certian aspects of OOP. i.e. GET -> implements a get method to return the value of a private member of a class Properties -> public members of a class |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Visual Basic Programming > Property Get - VB/C# only? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|