an object. Data hiding secures the access of the members and protects object integrity by proposed changes which in turn reduces system complexity and increases robustness. Data hiding is also known as Information hiding. Data hiding is related to other OOPS concepts like Abstraction and ...
Is there any link available for oops concept and .net part 3 ?coz i already have part 1 and part 2.Reply Answers (2) 0 Vulpes 0 96k 2.5m Jan 23 2012 4:47 AM If you check the list of articles written by the same author, you'll find that Part 3 of the series was, ...
// 2) when we create string using new operator then it will create new object in // heap memory and store value in string pool. it always create new object in heap memory if we use new // operator. // So, here comes intern() method, it will check string into string pool.String...
This OOPS concepts very useful for writing BADI's also. So first create a class in SE 24. Define attributes, Methods for that class. Define parameters for that Method. You can define event handlers also to handle the messages. After creation in each method write the code. Methods are simil...