Appending and Merging Slide # 10


Apart from these 4 classes, we can also merge as :

IF a and not b ;    
/*  It considers all elements of a except those which are common with elements of b*/

IF b and not a ;
/*  It considers all elements of b except those which are common with elements of a*/

IF not (a and b);
/*  It considers all elements of a and b except those which are common between a and b*/


Previous                                                                                     Next

Enjoy reading our other articles and stay tuned with ....

Kindly do provide your feedback in the 'Comments' Section and share as much as possible.

No comments:

Post a Comment

Do provide us your feedback, it would help us serve your better.